#CDDFA2

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

Shades of Reef #CDDFA2

Tints of Reef #CDDFA2

Color information

#CDDFA2 (or 0xCDDFA2) is unknown color: approx Reef. HEX triplet: CD, DF and A2. RGB value is (205,223,162). Sum of RGB (Red+Green+Blue) = 205+223+162=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFA2 is #32205D. Grayscale: #D2D2D2. Windows color (decimal): -3285086 or 10674125. OLE color: 10674125.

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

Color convert

RGB205223162-
CMYK0.0800.270.13
HSL77.7º48.8%75.49%-
HSV(B)77.7º27.35%87.45%-
XYZ58.0968.3644.32-
YUV210.66100.54123.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 162 (63.67% from 255) = 27.46%
R=34.75%
G=37.80%
B=27.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231620.0800.270.1377.748.875.49
HexCDDFA2801BD4e314b
Octal315337242100331511661113
Binary1100110111011111101000101000011011110110011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFA2; }

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

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

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

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

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

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

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

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