#CCEDF5

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

Shades of Onahau #CCEDF5

Tints of Onahau #CCEDF5

Color information

#CCEDF5 (or 0xCCEDF5) is unknown color: approx Onahau. HEX triplet: CC, ED and F5. RGB value is (204,237,245). Sum of RGB (Red+Green+Blue) = 204+237+245=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF5 is #33120A. Grayscale: #E3E3E3. Windows color (decimal): -3346955 or 16117196. OLE color: 16117196.

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

Color convert

RGB204237245-
CMYK0.170.0300.04
HSL191.71º67.21%88.04%-
HSV(B)191.71º16.73%96.08%-
XYZ71.678098.05-
YUV228.04137.57110.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=29.74%
G=34.55%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042372450.170.0300.04191.7167.2188.04
HexCCEDF511304c04358
Octal31435536521304300103130
Binary110011001110110111110101100011101001100000010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDF5; }

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

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

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

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

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

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

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

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