#CCEEAD

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

Shades of Reef #CCEEAD

Tints of Reef #CCEEAD

Color information

#CCEEAD (or 0xCCEEAD) is unknown color: approx Reef. HEX triplet: CC, EE and AD. RGB value is (204,238,173). Sum of RGB (Red+Green+Blue) = 204+238+173=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAD is #331152. Grayscale: #DCDCDC. Windows color (decimal): -3346771 or 11398860. OLE color: 11398860.

HSL color Cylindrical-coordinate representation of color #CCEEAD: hue angle of 91.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCEEAD is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB204238173-
CMYK0.1400.270.07
HSL91.38º65.66%80.59%-
HSV(B)91.38º27.31%93.33%-
XYZ63.027751.08-
YUV220.42101.24116.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=33.17%
G=38.70%
B=28.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381730.1400.270.0791.3865.6680.59
HexCCEEADE01B75b4251
Octal314356255160337133102121
Binary1100110011101110101011011110011011111101101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEAD; }

 p { color: rgb(204,238,173); }

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

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

 a { background-color: rgb(204,238,173); }

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

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

 span { border-color: rgb(204,238,173); }

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