#CDDB9E

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

Shades of Reef #CDDB9E

Tints of Reef #CDDB9E

Color information

#CDDB9E (or 0xCDDB9E) is unknown color: approx Reef. HEX triplet: CD, DB and 9E. RGB value is (205,219,158). Sum of RGB (Red+Green+Blue) = 205+219+158=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB9E is #322461. Grayscale: #D0D0D0. Windows color (decimal): -3286114 or 10410957. OLE color: 10410957.

HSL color Cylindrical-coordinate representation of color #CDDB9E: hue angle of 73.77º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDDB9E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB205219158-
CMYK0.0600.280.14
HSL73.77º45.86%73.92%-
HSV(B)73.77º27.85%85.88%-
XYZ56.6866.1142.12-
YUV207.8699.86125.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 158 (62.11% from 255) = 27.15%
R=35.22%
G=37.63%
B=27.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191580.0600.280.1473.7745.8673.92
HexCDDB9E601CE4a2e4a
Octal31533323660341611256112
Binary110011011101101110011110110011100111010010101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB9E; }

 p { color: rgb(205,219,158); }

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

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

 a { background-color: rgb(205,219,158); }

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

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

 span { border-color: rgb(205,219,158); }

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