#CDE695

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

Shades of Reef #CDE695

Tints of Reef #CDE695

Color information

#CDE695 (or 0xCDE695) is unknown color: approx Reef. HEX triplet: CD, E6 and 95. RGB value is (205,230,149). Sum of RGB (Red+Green+Blue) = 205+230+149=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE695 is #32196A. Grayscale: #D5D5D5. Windows color (decimal): -3283307 or 9823949. OLE color: 9823949.

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

Color convert

RGB205230149-
CMYK0.1100.350.10
HSL78.52º61.83%74.31%-
HSV(B)78.52º35.22%90.2%-
XYZ58.971.7439.18-
YUV213.2991.72122.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 230 (90.23% from 255) = 39.38%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=35.10%
G=39.38%
B=25.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301490.1100.350.1078.5261.8374.31
HexCDE695B023A4f3e4a
Octal315346225130431211776112
Binary11001101111001101001010110110100011101010011111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE695; }

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

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

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

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

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

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

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

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