#CDE2E7

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

Shades of Onahau #CDE2E7

Tints of Onahau #CDE2E7

Color information

#CDE2E7 (or 0xCDE2E7) is unknown color: approx Onahau. HEX triplet: CD, E2 and E7. RGB value is (205,226,231). Sum of RGB (Red+Green+Blue) = 205+226+231=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDE2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2E7 is #321D18. Grayscale: #DCDCDC. Windows color (decimal): -3284249 or 15196877. OLE color: 15196877.

HSL color Cylindrical-coordinate representation of color #CDE2E7: hue angle of 191.54º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE2E7 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205226231-
CMYK0.110.0200.09
HSL191.54º35.14%85.49%-
HSV(B)191.54º11.26%90.59%-
XYZ66.873.1486.2-
YUV220.29134.04117.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 231 (90.62% from 255) = 34.89%
R=30.97%
G=34.14%
B=34.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052262310.110.0200.09191.5435.1485.49
HexCDE2E7B209c02355
Octal31534234713201130043125
Binary11001101111000101110011110111001001110000001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2E7; }

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

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

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

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

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

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

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

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