#CCEBAE

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

Shades of Reef #CCEBAE

Tints of Reef #CCEBAE

Color information

#CCEBAE (or 0xCCEBAE) is unknown color: approx Reef. HEX triplet: CC, EB and AE. RGB value is (204,235,174). Sum of RGB (Red+Green+Blue) = 204+235+174=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBAE is #331451. Grayscale: #DADADA. Windows color (decimal): -3347538 or 11463628. OLE color: 11463628.

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

Color convert

RGB204235174-
CMYK0.1300.260.08
HSL90.49º60.4%80.2%-
HSV(B)90.49º25.96%92.16%-
XYZ62.2575.3151.3-
YUV218.78102.73117.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=33.28%
G=38.34%
B=28.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351740.1300.260.0890.4960.480.2
HexCCEBAED01A85a3c50
Octal314353256150321013274120
Binary1100110011101011101011101101011010100010110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBAE; }

 p { color: rgb(204,235,174); }

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

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

 a { background-color: rgb(204,235,174); }

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

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

 span { border-color: rgb(204,235,174); }

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