#CCEBF3

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

Shades of Onahau #CCEBF3

Tints of Onahau #CCEBF3

Color information

#CCEBF3 (or 0xCCEBF3) is unknown color: approx Onahau. HEX triplet: CC, EB and F3. RGB value is (204,235,243). Sum of RGB (Red+Green+Blue) = 204+235+243=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF3 is #33140C. Grayscale: #E2E2E2. Windows color (decimal): -3347469 or 15985612. OLE color: 15985612.

HSL color Cylindrical-coordinate representation of color #CCEBF3: hue angle of 192.31º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEBF3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204235243-
CMYK0.160.0300.05
HSL192.31º61.9%87.65%-
HSV(B)192.31º16.05%95.29%-
XYZ70.7978.7396.26-
YUV226.64137.23111.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=29.91%
G=34.46%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042352430.160.0300.05192.3161.987.65
HexCCEBF310305c03e58
Octal3143533632030530076130
Binary11001100111010111111001110000110101110000001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBF3; }

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

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

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

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

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

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

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

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