#CBDDAD

Color #CBDDAD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CBDDAD

Tints of Reef #CBDDAD

Color information

#CBDDAD (or 0xCBDDAD) is unknown color: approx Reef. HEX triplet: CB, DD and AD. RGB value is (203,221,173). Sum of RGB (Red+Green+Blue) = 203+221+173=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDAD is #342252. Grayscale: #D2D2D2. Windows color (decimal): -3416659 or 11394507. OLE color: 11394507.

HSL color Cylindrical-coordinate representation of color #CBDDAD: hue angle of 82.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBDDAD is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB203221173-
CMYK0.0800.220.13
HSL82.5º41.38%77.25%-
HSV(B)82.5º21.72%86.67%-
XYZ58.0367.4349.49-
YUV210.15107.04122.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=34.00%
G=37.02%
B=28.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211730.0800.220.1382.541.3877.25
HexCBDDAD8016D52294d
Octal313335255100261512251115
Binary1100101111011101101011011000010110110110100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDAD; }

 p { color: rgb(203,221,173); }

 H1.HeaderClassName
 {
   color: #CBDDAD;
 }
 .AnyTagClassName
 {
   color: #CBDDAD;
 }
</style>
background-color css

<style>
 a { background-color: #CBDDAD; }

 a { background-color: rgb(203,221,173); }

 div.DivClassName
 {
   background-color: #CBDDAD;
 }
 .BgClassName
 {
   background-color: #CBDDAD;
 }
</style>
border-color css

<style>
 span { border-color: #CBDDAD; }

 span { border-color: rgb(203,221,173); }

 td.TdClassName
 {
   border-color: #CBDDAD;
 }
 .TagClassName
 {
   border-color: #CBDDAD;
 }
</style>