#CDE693

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

Shades of Reef #CDE693

Tints of Reef #CDE693

Color information

#CDE693 (or 0xCDE693) is unknown color: approx Reef. HEX triplet: CD, E6 and 93. RGB value is (205,230,147). Sum of RGB (Red+Green+Blue) = 205+230+147=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE693 is #32196C. Grayscale: #D5D5D5. Windows color (decimal): -3283309 or 9692877. OLE color: 9692877.

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

Color convert

RGB205230147-
CMYK0.1100.360.10
HSL78.07º62.41%73.92%-
HSV(B)78.07º36.09%90.2%-
XYZ58.7471.6838.34-
YUV213.0690.72122.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 230 (90.23% from 255) = 39.52%
BLUE value IS 147 (57.81% from 255) = 25.26%
R=35.22%
G=39.52%
B=25.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301470.1100.360.1078.0762.4173.92
HexCDE693B024A4e3e4a
Octal315346223130441211676112
Binary11001101111001101001001110110100100101010011101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE693; }

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

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

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

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

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

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

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

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