#CDEEF4

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

Shades of Onahau #CDEEF4

Tints of Onahau #CDEEF4

Color information

#CDEEF4 (or 0xCDEEF4) is unknown color: approx Onahau. HEX triplet: CD, EE and F4. RGB value is (205,238,244). Sum of RGB (Red+Green+Blue) = 205+238+244=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEF4 is #32110B. Grayscale: #E4E4E4. Windows color (decimal): -3281164 or 16051917. OLE color: 16051917.

HSL color Cylindrical-coordinate representation of color #CDEEF4: hue angle of 189.23º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEEF4 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205238244-
CMYK0.160.0200.04
HSL189.23º63.93%88.04%-
HSV(B)189.23º15.98%95.69%-
XYZ72.0880.6697.36-
YUV228.82136.57111.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 244 (95.70% from 255) = 35.52%
R=29.84%
G=34.64%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052382440.160.0200.04189.2363.9388.04
HexCDEEF410204bd4058
Octal31535636420204275100130
Binary110011011110111011110100100001001001011110110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEF4; }

 p { color: rgb(205,238,244); }

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

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

 a { background-color: rgb(205,238,244); }

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

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

 span { border-color: rgb(205,238,244); }

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