#CDDB9A

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

Shades of Reef #CDDB9A

Tints of Reef #CDDB9A

Color information

#CDDB9A (or 0xCDDB9A) is unknown color: approx Reef. HEX triplet: CD, DB and 9A. RGB value is (205,219,154). Sum of RGB (Red+Green+Blue) = 205+219+154=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB9A is #322465. Grayscale: #CFCFCF. Windows color (decimal): -3286118 or 10148813. OLE color: 10148813.

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

Color convert

RGB205219154-
CMYK0.0600.300.14
HSL72.92º47.45%73.14%-
HSV(B)72.92º29.68%85.88%-
XYZ56.3465.9840.34-
YUV207.497.86126.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 154 (60.55% from 255) = 26.64%
R=35.47%
G=37.89%
B=26.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191540.0600.300.1472.9247.4573.14
HexCDDB9A601EE492f49
Octal31533323260361611157111
Binary110011011101101110011010110011110111010010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB9A; }

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

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

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

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

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

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

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

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