#CDDEB1

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

Shades of Reef #CDDEB1

Tints of Reef #CDDEB1

Color information

#CDDEB1 (or 0xCDDEB1) is unknown color: approx Reef. HEX triplet: CD, DE and B1. RGB value is (205,222,177). Sum of RGB (Red+Green+Blue) = 205+222+177=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEB1 is #32214E. Grayscale: #D3D3D3. Windows color (decimal): -3285327 or 11656909. OLE color: 11656909.

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

Color convert

RGB205222177-
CMYK0.0800.200.13
HSL82.67º40.54%78.24%-
HSV(B)82.67º20.27%87.06%-
XYZ59.2368.451.67-
YUV211.79108.37123.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=33.94%
G=36.75%
B=29.30%

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
Decimal2052221770.0800.200.1382.6740.5478.24
HexCDDEB18014D53294e
Octal315336261100241512351116
Binary1100110111011110101100011000010100110110100111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEB1; }

 p { color: rgb(205,222,177); }

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

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

 a { background-color: rgb(205,222,177); }

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

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

 span { border-color: rgb(205,222,177); }

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