#CCECF1

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

Shades of Onahau #CCECF1

Tints of Onahau #CCECF1

Color information

#CCECF1 (or 0xCCECF1) is unknown color: approx Onahau. HEX triplet: CC, EC and F1. RGB value is (204,236,241). Sum of RGB (Red+Green+Blue) = 204+236+241=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF1 is #33130E. Grayscale: #E2E2E2. Windows color (decimal): -3347215 or 15854796. OLE color: 15854796.

HSL color Cylindrical-coordinate representation of color #CCECF1: hue angle of 188.11º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCECF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204236241-
CMYK0.150.0200.05
HSL188.11º56.92%87.25%-
HSV(B)188.11º15.35%94.51%-
XYZ70.7779.1894.77-
YUV227135.9111.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=29.96%
G=34.65%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042362410.150.0200.05188.1156.9287.25
HexCCECF1F205bc3957
Octal3143543611720527471127
Binary1100110011101100111100011111100101101111001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECF1; }

 p { color: rgb(204,236,241); }

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

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

 a { background-color: rgb(204,236,241); }

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

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

 span { border-color: rgb(204,236,241); }

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