#CDE7EB

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

Shades of Onahau #CDE7EB

Tints of Onahau #CDE7EB

Color information

#CDE7EB (or 0xCDE7EB) is unknown color: approx Onahau. HEX triplet: CD, E7 and EB. RGB value is (205,231,235). Sum of RGB (Red+Green+Blue) = 205+231+235=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7EB is #321814. Grayscale: #DFDFDF. Windows color (decimal): -3282965 or 15460301. OLE color: 15460301.

HSL color Cylindrical-coordinate representation of color #CDE7EB: hue angle of 188º 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 #CDE7EB is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205231235-
CMYK0.130.0200.08
HSL188º42.86%86.27%-
HSV(B)188º12.77%92.16%-
XYZ68.7576.1389.67-
YUV223.68134.39114.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=30.55%
G=34.43%
B=35.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052312350.130.0200.0818842.8686.27
HexCDE7EBD208bc2b56
Octal31534735315201027453126
Binary11001101111001111110101111011001000101111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7EB; }

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

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

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

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

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

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

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

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