#CDDFB2

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

Shades of Reef #CDDFB2

Tints of Reef #CDDFB2

Color information

#CDDFB2 (or 0xCDDFB2) is unknown color: approx Reef. HEX triplet: CD, DF and B2. RGB value is (205,223,178). Sum of RGB (Red+Green+Blue) = 205+223+178=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFB2 is #32204D. Grayscale: #D4D4D4. Windows color (decimal): -3285070 or 11722701. OLE color: 11722701.

HSL color Cylindrical-coordinate representation of color #CDDFB2: hue angle of 84º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDFB2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB205223178-
CMYK0.0800.200.13
HSL84º41.28%78.63%-
HSV(B)84º20.18%87.45%-
XYZ59.668.9752.29-
YUV212.49108.54122.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=33.83%
G=36.80%
B=29.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231780.0800.200.138441.2878.63
HexCDDFB28014D54294f
Octal315337262100241512451117
Binary1100110111011111101100101000010100110110101001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFB2; }

 p { color: rgb(205,223,178); }

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

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

 a { background-color: rgb(205,223,178); }

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

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

 span { border-color: rgb(205,223,178); }

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