#C6DCDF

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

Shades of Onahau #C6DCDF

Tints of Onahau #C6DCDF

Color information

#C6DCDF (or 0xC6DCDF) is unknown color: approx Onahau. HEX triplet: C6, DC and DF. RGB value is (198,220,223). Sum of RGB (Red+Green+Blue) = 198+220+223=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCDF is #392320. Grayscale: #D5D5D5. Windows color (decimal): -3744545 or 14671046. OLE color: 14671046.

HSL color Cylindrical-coordinate representation of color #C6DCDF: hue angle of 187.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DCDF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198220223-
CMYK0.110.0100.13
HSL187.2º28.09%82.55%-
HSV(B)187.2º11.21%87.45%-
XYZ62.268.5279.76-
YUV213.76133.21116.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.89%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=30.89%
G=34.32%
B=34.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982202230.110.0100.13187.228.0982.55
HexC6DCDFB10Dbb1c53
Octal30633433713101527334123
Binary110001101101110011011111101110110110111011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCDF; }

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

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

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

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

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

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

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

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