#C4DADF

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

Shades of Onahau #C4DADF

Tints of Onahau #C4DADF

Color information

#C4DADF (or 0xC4DADF) is unknown color: approx Onahau. HEX triplet: C4, DA and DF. RGB value is (196,218,223). Sum of RGB (Red+Green+Blue) = 196+218+223=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DADF is #3B2520. Grayscale: #D3D3D3. Windows color (decimal): -3876129 or 14670532. OLE color: 14670532.

HSL color Cylindrical-coordinate representation of color #C4DADF: hue angle of 191.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DADF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196218223-
CMYK0.120.0200.13
HSL191.11º29.67%82.16%-
HSV(B)191.11º12.11%87.45%-
XYZ61.1667.2179.56-
YUV211.99134.21116.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.77%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=30.77%
G=34.22%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962182230.120.0200.13191.1129.6782.16
HexC4DADFC20Dbf1e52
Octal30433233714201527736122
Binary1100010011011010110111111100100110110111111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DADF; }

 p { color: rgb(196,218,223); }

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

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

 a { background-color: rgb(196,218,223); }

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

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

 span { border-color: rgb(196,218,223); }

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