#CDDEA6

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

Shades of Reef #CDDEA6

Tints of Reef #CDDEA6

Color information

#CDDEA6 (or 0xCDDEA6) is unknown color: approx Reef. HEX triplet: CD, DE and A6. RGB value is (205,222,166). Sum of RGB (Red+Green+Blue) = 205+222+166=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEA6 is #322159. Grayscale: #D2D2D2. Windows color (decimal): -3285338 or 10936013. OLE color: 10936013.

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

Color convert

RGB205222166-
CMYK0.0800.250.13
HSL78.21º45.9%76.08%-
HSV(B)78.21º25.23%87.06%-
XYZ58.1867.9746.13-
YUV210.53102.87124.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 166 (65.23% from 255) = 27.99%
R=34.57%
G=37.44%
B=27.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221660.0800.250.1378.2145.976.08
HexCDDEA68019D4e2e4c
Octal315336246100311511656114
Binary1100110111011110101001101000011001110110011101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEA6; }

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

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

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

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

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

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

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

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