#CDEDF4

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

Shades of Onahau #CDEDF4

Tints of Onahau #CDEDF4

Color information

#CDEDF4 (or 0xCDEDF4) is unknown color: approx Onahau. HEX triplet: CD, ED and F4. RGB value is (205,237,244). Sum of RGB (Red+Green+Blue) = 205+237+244=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF4 is #32120B. Grayscale: #E4E4E4. Windows color (decimal): -3281420 or 16051661. OLE color: 16051661.

HSL color Cylindrical-coordinate representation of color #CDEDF4: hue angle of 190.77º 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 #CDEDF4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205237244-
CMYK0.160.0300.04
HSL190.77º63.93%88.04%-
HSV(B)190.77º15.98%95.69%-
XYZ71.7980.0897.26-
YUV228.23136.9111.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.88%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 244 (95.70% from 255) = 35.57%
R=29.88%
G=34.55%
B=35.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052372440.160.0300.04190.7763.9388.04
HexCDEDF410304bf4058
Octal31535536420304277100130
Binary110011011110110111110100100001101001011111110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDF4; }

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

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

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

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

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

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

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

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