#CDDFA0

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

Shades of Reef #CDDFA0

Tints of Reef #CDDFA0

Color information

#CDDFA0 (or 0xCDDFA0) is unknown color: approx Reef. HEX triplet: CD, DF and A0. RGB value is (205,223,160). Sum of RGB (Red+Green+Blue) = 205+223+160=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFA0 is #32205F. Grayscale: #D2D2D2. Windows color (decimal): -3285088 or 10543053. OLE color: 10543053.

HSL color Cylindrical-coordinate representation of color #CDDFA0: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDDFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB205223160-
CMYK0.0800.280.13
HSL77.14º49.61%75.1%-
HSV(B)77.14º28.25%87.45%-
XYZ57.9168.2943.39-
YUV210.4499.54124.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=34.86%
G=37.93%
B=27.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231600.0800.280.1377.1449.6175.1
HexCDDFA0801CD4d324b
Octal315337240100341511562113
Binary1100110111011111101000001000011100110110011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFA0; }

 p { color: rgb(205,223,160); }

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

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

 a { background-color: rgb(205,223,160); }

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

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

 span { border-color: rgb(205,223,160); }

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