#CDEAF2

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

Shades of Onahau #CDEAF2

Tints of Onahau #CDEAF2

Color information

#CDEAF2 (or 0xCDEAF2) is unknown color: approx Onahau. HEX triplet: CD, EA and F2. RGB value is (205,234,242). Sum of RGB (Red+Green+Blue) = 205+234+242=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF2 is #32150D. Grayscale: #E2E2E2. Windows color (decimal): -3282190 or 15919821. OLE color: 15919821.

HSL color Cylindrical-coordinate representation of color #CDEAF2: hue angle of 192.97º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEAF2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205234242-
CMYK0.150.0300.05
HSL192.97º58.73%87.65%-
HSV(B)192.97º15.29%94.9%-
XYZ70.6378.2495.38-
YUV226.24136.89112.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=30.10%
G=34.36%
B=35.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052342420.150.0300.05192.9758.7387.65
HexCDEAF2F305c13b58
Octal3153523621730530173130
Binary1100110111101010111100101111110101110000011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAF2; }

 p { color: rgb(205,234,242); }

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

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

 a { background-color: rgb(205,234,242); }

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

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

 span { border-color: rgb(205,234,242); }

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