#CCDFAC

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

Shades of Reef #CCDFAC

Tints of Reef #CCDFAC

Color information

#CCDFAC (or 0xCCDFAC) is unknown color: approx Reef. HEX triplet: CC, DF and AC. RGB value is (204,223,172). Sum of RGB (Red+Green+Blue) = 204+223+172=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFAC is #332053. Grayscale: #D3D3D3. Windows color (decimal): -3350612 or 11329484. OLE color: 11329484.

HSL color Cylindrical-coordinate representation of color #CCDFAC: hue angle of 82.35º degrees, saturation: 0.44, 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 #CCDFAC is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB204223172-
CMYK0.0900.230.13
HSL82.35º44.35%77.45%-
HSV(B)82.35º22.87%87.45%-
XYZ58.7468.5949.17-
YUV211.5105.71122.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=34.06%
G=37.23%
B=28.71%

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
Decimal2042231720.0900.230.1382.3544.3577.45
HexCCDFAC9017D522c4d
Octal314337254110271512254115
Binary1100110011011111101011001001010111110110100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFAC; }

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

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

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

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

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

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

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

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