#CDDBA4

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

Shades of Reef #CDDBA4

Tints of Reef #CDDBA4

Color information

#CDDBA4 (or 0xCDDBA4) is unknown color: approx Reef. HEX triplet: CD, DB and A4. RGB value is (205,219,164). Sum of RGB (Red+Green+Blue) = 205+219+164=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBA4 is #32245B. Grayscale: #D0D0D0. Windows color (decimal): -3286108 or 10804173. OLE color: 10804173.

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

Color convert

RGB205219164-
CMYK0.0600.250.14
HSL75.27º43.31%75.1%-
HSV(B)75.27º25.11%85.88%-
XYZ57.2166.3244.91-
YUV208.54102.86125.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 164 (64.45% from 255) = 27.89%
R=34.86%
G=37.24%
B=27.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191640.0600.250.1475.2743.3175.1
HexCDDBA46019E4b2b4b
Octal31533324460311611353113
Binary110011011101101110100100110011001111010010111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBA4; }

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

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

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

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

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

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

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

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