#CDDEA4

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

Shades of Reef #CDDEA4

Tints of Reef #CDDEA4

Color information

#CDDEA4 (or 0xCDDEA4) is unknown color: approx Reef. HEX triplet: CD, DE and A4. RGB value is (205,222,164). Sum of RGB (Red+Green+Blue) = 205+222+164=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEA4 is #32215B. Grayscale: #D2D2D2. Windows color (decimal): -3285340 or 10804941. OLE color: 10804941.

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

Color convert

RGB205222164-
CMYK0.0800.260.13
HSL77.59º46.77%75.69%-
HSV(B)77.59º26.13%87.06%-
XYZ5867.945.17-
YUV210.3101.87124.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=34.69%
G=37.56%
B=27.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221640.0800.260.1377.5946.7775.69
HexCDDEA4801AD4e2f4c
Octal315336244100321511657114
Binary1100110111011110101001001000011010110110011101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEA4; }

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

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

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

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

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

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

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

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