#CDEB94

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

Shades of Reef #CDEB94

Tints of Reef #CDEB94

Color information

#CDEB94 (or 0xCDEB94) is unknown color: approx Reef. HEX triplet: CD, EB and 94. RGB value is (205,235,148). Sum of RGB (Red+Green+Blue) = 205+235+148=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB94 is #32146B. Grayscale: #D8D8D8. Windows color (decimal): -3282028 or 9759693. OLE color: 9759693.

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

Color convert

RGB205235148-
CMYK0.1300.370.08
HSL80.69º68.5%75.1%-
HSV(B)80.69º37.02%92.16%-
XYZ60.2374.5339.23-
YUV216.1189.56120.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 148 (58.20% from 255) = 25.17%
R=34.86%
G=39.97%
B=25.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351480.1300.370.0880.6968.575.1
HexCDEB94D025851454b
Octal3153532241504510121105113
Binary110011011110101110010100110101001011000101000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB94; }

 p { color: rgb(205,235,148); }

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

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

 a { background-color: rgb(205,235,148); }

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

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

 span { border-color: rgb(205,235,148); }

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