#CDDB97

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

Shades of Reef #CDDB97

Tints of Reef #CDDB97

Color information

#CDDB97 (or 0xCDDB97) is unknown color: approx Reef. HEX triplet: CD, DB and 97. RGB value is (205,219,151). Sum of RGB (Red+Green+Blue) = 205+219+151=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB97 is #322468. Grayscale: #CFCFCF. Windows color (decimal): -3286121 or 9952205. OLE color: 9952205.

HSL color Cylindrical-coordinate representation of color #CDDB97: hue angle of 72.35º degrees, saturation: 0.49, 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 #CDDB97 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB205219151-
CMYK0.0600.310.14
HSL72.35º48.57%72.55%-
HSV(B)72.35º31.05%85.88%-
XYZ56.0965.8839.04-
YUV207.0696.36126.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=35.65%
G=38.09%
B=26.26%

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
Decimal2052191510.0600.310.1472.3548.5772.55
HexCDDB97601FE483149
Octal31533322760371611061111
Binary110011011101101110010111110011111111010010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB97; }

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

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

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

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

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

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

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

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