#C6D7DD

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

Shades of Onahau #C6D7DD

Tints of Onahau #C6D7DD

Color information

#C6D7DD (or 0xC6D7DD) is unknown color: approx Onahau. HEX triplet: C6, D7 and DD. RGB value is (198,215,221). Sum of RGB (Red+Green+Blue) = 198+215+221=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7DD is #392822. Grayscale: #D2D2D2. Windows color (decimal): -3745827 or 14538694. OLE color: 14538694.

HSL color Cylindrical-coordinate representation of color #C6D7DD: hue angle of 195.65º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D7DD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198215221-
CMYK0.100.0300.13
HSL195.65º25.27%82.16%-
HSV(B)195.65º10.41%86.67%-
XYZ60.6465.8377.92-
YUV210.6133.87119.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=31.23%
G=33.91%
B=34.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982152210.100.0300.13195.6525.2782.16
HexC6D7DDA30Dc41952
Octal30632733512301530431122
Binary1100011011010111110111011010110110111000100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D7DD; }

 p { color: rgb(198,215,221); }

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

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

 a { background-color: rgb(198,215,221); }

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

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

 span { border-color: rgb(198,215,221); }

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