#CDDBAB

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

Shades of Reef #CDDBAB

Tints of Reef #CDDBAB

Color information

#CDDBAB (or 0xCDDBAB) is unknown color: approx Reef. HEX triplet: CD, DB and AB. RGB value is (205,219,171). Sum of RGB (Red+Green+Blue) = 205+219+171=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBAB is #322454. Grayscale: #D1D1D1. Windows color (decimal): -3286101 or 11262925. OLE color: 11262925.

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

Color convert

RGB205219171-
CMYK0.0600.220.14
HSL77.5º40%76.47%-
HSV(B)77.5º21.92%85.88%-
XYZ57.8666.5848.33-
YUV209.34106.36124.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=34.45%
G=36.81%
B=28.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191710.0600.220.1477.54076.47
HexCDDBAB6016E4e284c
Octal31533325360261611650114
Binary110011011101101110101011110010110111010011101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBAB; }

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

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

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

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

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

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

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

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