#CDE5EB

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

Shades of Onahau #CDE5EB

Tints of Onahau #CDE5EB

Color information

#CDE5EB (or 0xCDE5EB) is unknown color: approx Onahau. HEX triplet: CD, E5 and EB. RGB value is (205,229,235). Sum of RGB (Red+Green+Blue) = 205+229+235=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5EB is #321A14. Grayscale: #DEDEDE. Windows color (decimal): -3283477 or 15459789. OLE color: 15459789.

HSL color Cylindrical-coordinate representation of color #CDE5EB: hue angle of 192º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE5EB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205229235-
CMYK0.130.0300.08
HSL192º42.86%86.27%-
HSV(B)192º12.77%92.16%-
XYZ68.1975.0289.48-
YUV222.51135.05115.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=30.64%
G=34.23%
B=35.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052292350.130.0300.0819242.8686.27
HexCDE5EBD308c02b56
Octal31534535315301030053126
Binary11001101111001011110101111011101000110000001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5EB; }

 p { color: rgb(205,229,235); }

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

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

 a { background-color: rgb(205,229,235); }

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

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

 span { border-color: rgb(205,229,235); }

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