#C4DCDF

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

Shades of Onahau #C4DCDF

Tints of Onahau #C4DCDF

Color information

#C4DCDF (or 0xC4DCDF) is unknown color: approx Onahau. HEX triplet: C4, DC and DF. RGB value is (196,220,223). Sum of RGB (Red+Green+Blue) = 196+220+223=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCDF is #3B2320. Grayscale: #D5D5D5. Windows color (decimal): -3875617 or 14671044. OLE color: 14671044.

HSL color Cylindrical-coordinate representation of color #C4DCDF: hue angle of 186.67º 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 #C4DCDF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196220223-
CMYK0.120.0100.13
HSL186.67º29.67%82.16%-
HSV(B)186.67º12.11%87.45%-
XYZ61.6868.2579.73-
YUV213.17133.55115.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.67%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=30.67%
G=34.43%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962202230.120.0100.13186.6729.6782.16
HexC4DCDFC10Dbb1e52
Octal30433433714101527336122
Binary110001001101110011011111110010110110111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCDF; }

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

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

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

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

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

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

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

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