#CCEDF4

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

Shades of Onahau #CCEDF4

Tints of Onahau #CCEDF4

Color information

#CCEDF4 (or 0xCCEDF4) is unknown color: approx Onahau. HEX triplet: CC, ED and F4. RGB value is (204,237,244). Sum of RGB (Red+Green+Blue) = 204+237+244=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF4 is #33120B. Grayscale: #E3E3E3. Windows color (decimal): -3346956 or 16051660. OLE color: 16051660.

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

Color convert

RGB204237244-
CMYK0.160.0300.04
HSL190.5º64.52%87.84%-
HSV(B)190.5º16.39%95.69%-
XYZ71.5279.9497.25-
YUV227.93137.07110.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 244 (95.70% from 255) = 35.62%
R=29.78%
G=34.60%
B=35.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042372440.160.0300.04190.564.5287.84
HexCCEDF410304be4158
Octal31435536420304276101130
Binary110011001110110111110100100001101001011111010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDF4; }

 p { color: rgb(204,237,244); }

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

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

 a { background-color: rgb(204,237,244); }

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

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

 span { border-color: rgb(204,237,244); }

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