#CCDBA6

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

Shades of Reef #CCDBA6

Tints of Reef #CCDBA6

Color information

#CCDBA6 (or 0xCCDBA6) is unknown color: approx Reef. HEX triplet: CC, DB and A6. RGB value is (204,219,166). Sum of RGB (Red+Green+Blue) = 204+219+166=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA6 is #332459. Grayscale: #D0D0D0. Windows color (decimal): -3351642 or 10935244. OLE color: 10935244.

HSL color Cylindrical-coordinate representation of color #CCDBA6: hue angle of 76.98º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCDBA6 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB204219166-
CMYK0.0700.240.14
HSL76.98º42.4%75.49%-
HSV(B)76.98º24.2%85.88%-
XYZ57.1266.2545.85-
YUV208.47104.03124.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 166 (65.23% from 255) = 28.18%
R=34.63%
G=37.18%
B=28.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191660.0700.240.1476.9842.475.49
HexCCDBA67018E4d2a4b
Octal31433324670301611552113
Binary110011001101101110100110111011000111010011011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBA6; }

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

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

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

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

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

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

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

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