#CDE69D

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

Shades of Reef #CDE69D

Tints of Reef #CDE69D

Color information

#CDE69D (or 0xCDE69D) is unknown color: approx Reef. HEX triplet: CD, E6 and 9D. RGB value is (205,230,157). Sum of RGB (Red+Green+Blue) = 205+230+157=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE69D is #321962. Grayscale: #D6D6D6. Windows color (decimal): -3283299 or 10348237. OLE color: 10348237.

HSL color Cylindrical-coordinate representation of color #CDE69D: hue angle of 80.55º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE69D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB205230157-
CMYK0.1100.320.10
HSL80.55º59.35%75.88%-
HSV(B)80.55º31.74%90.2%-
XYZ59.5672.0142.66-
YUV214.295.72121.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 230 (90.23% from 255) = 38.85%
BLUE value IS 157 (61.72% from 255) = 26.52%
R=34.63%
G=38.85%
B=26.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301570.1100.320.1080.5559.3575.88
HexCDE69DB020A513b4c
Octal315346235130401212173114
Binary11001101111001101001110110110100000101010100011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE69D; }

 p { color: rgb(205,230,157); }

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

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

 a { background-color: rgb(205,230,157); }

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

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

 span { border-color: rgb(205,230,157); }

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