#CDE3E7

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

Shades of Onahau #CDE3E7

Tints of Onahau #CDE3E7

Color information

#CDE3E7 (or 0xCDE3E7) is unknown color: approx Onahau. HEX triplet: CD, E3 and E7. RGB value is (205,227,231). Sum of RGB (Red+Green+Blue) = 205+227+231=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDE3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3E7 is #321C18. Grayscale: #DCDCDC. Windows color (decimal): -3283993 or 15197133. OLE color: 15197133.

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

Color convert

RGB205227231-
CMYK0.110.0200.09
HSL189.23º35.14%85.49%-
HSV(B)189.23º11.26%90.59%-
XYZ67.0773.6986.29-
YUV220.88133.71116.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 227 (89.06% from 255) = 34.24%
BLUE value IS 231 (90.62% from 255) = 34.84%
R=30.92%
G=34.24%
B=34.84%

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
Decimal2052272310.110.0200.09189.2335.1485.49
HexCDE3E7B209bd2355
Octal31534334713201127543125
Binary11001101111000111110011110111001001101111011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3E7; }

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

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

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

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

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

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

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

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