#C4DCE5

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

Shades of Onahau #C4DCE5

Tints of Onahau #C4DCE5

Color information

#C4DCE5 (or 0xC4DCE5) is unknown color: approx Onahau. HEX triplet: C4, DC and E5. RGB value is (196,220,229). Sum of RGB (Red+Green+Blue) = 196+220+229=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCE5 is #3B231A. Grayscale: #D5D5D5. Windows color (decimal): -3875611 or 15064260. OLE color: 15064260.

HSL color Cylindrical-coordinate representation of color #C4DCE5: hue angle of 196.36º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4DCE5 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196220229-
CMYK0.140.0400.10
HSL196.36º38.82%83.33%-
HSV(B)196.36º14.41%89.8%-
XYZ62.568.5884.07-
YUV213.85136.55115.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.39%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 229 (89.84% from 255) = 35.50%
R=30.39%
G=34.11%
B=35.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1962202290.140.0400.10196.3638.8283.33
HexC4DCE5E40Ac42753
Octal30433434516401230447123
Binary110001001101110011100101111010001010110001001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCE5; }

 p { color: rgb(196,220,229); }

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

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

 a { background-color: rgb(196,220,229); }

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

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

 span { border-color: rgb(196,220,229); }

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