#CDDE94

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

Shades of Reef #CDDE94

Tints of Reef #CDDE94

Color information

#CDDE94 (or 0xCDDE94) is unknown color: approx Reef. HEX triplet: CD, DE and 94. RGB value is (205,222,148). Sum of RGB (Red+Green+Blue) = 205+222+148=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE94 is #32216B. Grayscale: #D0D0D0. Windows color (decimal): -3285356 or 9756365. OLE color: 9756365.

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

Color convert

RGB205222148-
CMYK0.0800.330.13
HSL73.78º52.86%72.55%-
HSV(B)73.78º33.33%87.06%-
XYZ56.6467.3638.03-
YUV208.4893.87125.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=35.65%
G=38.61%
B=25.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221480.0800.330.1373.7852.8672.55
HexCDDE948021D4a3549
Octal315336224100411511265111
Binary11001101110111101001010010000100001110110010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE94; }

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

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

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

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

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

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

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

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