#C7DBE0

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

Shades of Onahau #C7DBE0

Tints of Onahau #C7DBE0

Color information

#C7DBE0 (or 0xC7DBE0) is unknown color: approx Onahau. HEX triplet: C7, DB and E0. RGB value is (199,219,224). Sum of RGB (Red+Green+Blue) = 199+219+224=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7DBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBE0 is #38241F. Grayscale: #D5D5D5. Windows color (decimal): -3679264 or 14736327. OLE color: 14736327.

HSL color Cylindrical-coordinate representation of color #C7DBE0: hue angle of 192º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DBE0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199219224-
CMYK0.110.0200.12
HSL192º28.74%82.94%-
HSV(B)192º11.16%87.84%-
XYZ62.3468.1980.4-
YUV213.59133.87117.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=31.00%
G=34.11%
B=34.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992192240.110.0200.1219228.7482.94
HexC7DBE0B20Cc01d53
Octal30733334013201430035123
Binary1100011111011011111000001011100110011000000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBE0; }

 p { color: rgb(199,219,224); }

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

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

 a { background-color: rgb(199,219,224); }

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

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

 span { border-color: rgb(199,219,224); }

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