#CCDFA6

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

Shades of Reef #CCDFA6

Tints of Reef #CCDFA6

Color information

#CCDFA6 (or 0xCCDFA6) is unknown color: approx Reef. HEX triplet: CC, DF and A6. RGB value is (204,223,166). Sum of RGB (Red+Green+Blue) = 204+223+166=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA6 is #332059. Grayscale: #D3D3D3. Windows color (decimal): -3350618 or 10936268. OLE color: 10936268.

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

Color convert

RGB204223166-
CMYK0.0900.260.13
HSL80º47.11%76.27%-
HSV(B)80º25.56%87.45%-
XYZ58.1768.3746.21-
YUV210.82102.71123.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 166 (65.23% from 255) = 27.99%
R=34.40%
G=37.61%
B=27.99%

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
Decimal2042231660.0900.260.138047.1176.27
HexCCDFA6901AD502f4c
Octal314337246110321512057114
Binary1100110011011111101001101001011010110110100001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFA6; }

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

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

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

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

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

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

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

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