#CCDFAB

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

Shades of Reef #CCDFAB

Tints of Reef #CCDFAB

Color information

#CCDFAB (or 0xCCDFAB) is unknown color: approx Reef. HEX triplet: CC, DF and AB. RGB value is (204,223,171). Sum of RGB (Red+Green+Blue) = 204+223+171=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFAB is #332054. Grayscale: #D3D3D3. Windows color (decimal): -3350613 or 11263948. OLE color: 11263948.

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

Color convert

RGB204223171-
CMYK0.0900.230.13
HSL81.92º44.83%77.25%-
HSV(B)81.92º23.32%87.45%-
XYZ58.6468.5548.67-
YUV211.39105.21122.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=34.11%
G=37.29%
B=28.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231710.0900.230.1381.9244.8377.25
HexCCDFAB9017D522d4d
Octal314337253110271512255115
Binary1100110011011111101010111001010111110110100101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFAB; }

 p { color: rgb(204,223,171); }

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

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

 a { background-color: rgb(204,223,171); }

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

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

 span { border-color: rgb(204,223,171); }

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