#CDDB98

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

Shades of Reef #CDDB98

Tints of Reef #CDDB98

Color information

#CDDB98 (or 0xCDDB98) is unknown color: approx Reef. HEX triplet: CD, DB and 98. RGB value is (205,219,152). Sum of RGB (Red+Green+Blue) = 205+219+152=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB98 is #322467. Grayscale: #CFCFCF. Windows color (decimal): -3286120 or 10017741. OLE color: 10017741.

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

Color convert

RGB205219152-
CMYK0.0600.310.14
HSL72.54º48.2%72.75%-
HSV(B)72.54º30.59%85.88%-
XYZ56.1865.9139.47-
YUV207.1896.86126.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=35.59%
G=38.02%
B=26.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191520.0600.310.1472.5448.272.75
HexCDDB98601FE493049
Octal31533323060371611160111
Binary110011011101101110011000110011111111010010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB98; }

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

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

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

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

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

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

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

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