#CDEDF5

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

Shades of Onahau #CDEDF5

Tints of Onahau #CDEDF5

Color information

#CDEDF5 (or 0xCDEDF5) is unknown color: approx Onahau. HEX triplet: CD, ED and F5. RGB value is (205,237,245). Sum of RGB (Red+Green+Blue) = 205+237+245=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF5 is #32120A. Grayscale: #E4E4E4. Windows color (decimal): -3281419 or 16117197. OLE color: 16117197.

HSL color Cylindrical-coordinate representation of color #CDEDF5: hue angle of 192º degrees, saturation: 0.67, 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 #CDEDF5 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205237245-
CMYK0.160.0300.04
HSL192º66.67%88.24%-
HSV(B)192º16.33%96.08%-
XYZ71.9480.1498.06-
YUV228.34137.4111.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=29.84%
G=34.50%
B=35.66%

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
Decimal2052372450.160.0300.0419266.6788.24
HexCDEDF510304c04358
Octal31535536520304300103130
Binary110011011110110111110101100001101001100000010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDF5; }

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

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

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

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

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

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

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

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