#CCEFAB

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

Shades of Reef #CCEFAB

Tints of Reef #CCEFAB

Color information

#CCEFAB (or 0xCCEFAB) is unknown color: approx Reef. HEX triplet: CC, EF and AB. RGB value is (204,239,171). Sum of RGB (Red+Green+Blue) = 204+239+171=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFAB is #331054. Grayscale: #DDDDDD. Windows color (decimal): -3346517 or 11268044. OLE color: 11268044.

HSL color Cylindrical-coordinate representation of color #CCEFAB: hue angle of 90.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCEFAB is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB204239171-
CMYK0.1500.280.06
HSL90.88º68%80.39%-
HSV(B)90.88º28.45%93.73%-
XYZ63.1277.5150.16-
YUV220.7899.9116.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=33.22%
G=38.93%
B=27.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391710.1500.280.0690.886880.39
HexCCEFABF01C65b4450
Octal314357253170346133104120
Binary1100110011101111101010111111011100110101101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFAB; }

 p { color: rgb(204,239,171); }

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

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

 a { background-color: rgb(204,239,171); }

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

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

 span { border-color: rgb(204,239,171); }

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