#CDDB96

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

Shades of Reef #CDDB96

Tints of Reef #CDDB96

Color information

#CDDB96 (or 0xCDDB96) is unknown color: approx Reef. HEX triplet: CD, DB and 96. RGB value is (205,219,150). Sum of RGB (Red+Green+Blue) = 205+219+150=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB96 is #322469. Grayscale: #CFCFCF. Windows color (decimal): -3286122 or 9886669. OLE color: 9886669.

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

Color convert

RGB205219150-
CMYK0.0600.320.14
HSL72.17º48.94%72.35%-
HSV(B)72.17º31.51%85.88%-
XYZ56.0165.8438.61-
YUV206.9595.86126.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=35.71%
G=38.15%
B=26.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191500.0600.320.1472.1748.9472.35
HexCDDB966020E483148
Octal31533322660401611061110
Binary1100110111011011100101101100100000111010010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB96; }

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

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

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

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

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

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

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

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