#CCDFA4

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

Shades of Reef #CCDFA4

Tints of Reef #CCDFA4

Color information

#CCDFA4 (or 0xCCDFA4) is unknown color: approx Reef. HEX triplet: CC, DF and A4. RGB value is (204,223,164). Sum of RGB (Red+Green+Blue) = 204+223+164=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA4 is #33205B. Grayscale: #D2D2D2. Windows color (decimal): -3350620 or 10805196. OLE color: 10805196.

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

Color convert

RGB204223164-
CMYK0.0900.260.13
HSL79.32º47.97%75.88%-
HSV(B)79.32º26.46%87.45%-
XYZ57.9968.2945.25-
YUV210.59101.71123.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=34.52%
G=37.73%
B=27.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231640.0900.260.1379.3247.9775.88
HexCCDFA4901AD4f304c
Octal314337244110321511760114
Binary1100110011011111101001001001011010110110011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFA4; }

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

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

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

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

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

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

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

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