#C7E1EB

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

Shades of Onahau #C7E1EB

Tints of Onahau #C7E1EB

Color information

#C7E1EB (or 0xC7E1EB) is unknown color: approx Onahau. HEX triplet: C7, E1 and EB. RGB value is (199,225,235). Sum of RGB (Red+Green+Blue) = 199+225+235=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E1EB is #381E14. Grayscale: #DADADA. Windows color (decimal): -3677717 or 15458759. OLE color: 15458759.

HSL color Cylindrical-coordinate representation of color #C7E1EB: hue angle of 196.67º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7E1EB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199225235-
CMYK0.150.0400.08
HSL196.67º47.37%85.1%-
HSV(B)196.67º15.32%92.16%-
XYZ65.4771.9989.04-
YUV218.37137.39114.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.20%
GREEN value IS 225 (88.28% from 255) = 34.14%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=30.20%
G=34.14%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992252350.150.0400.08196.6747.3785.1
HexC7E1EBF408c52f55
Octal30734135317401030557125
Binary110001111110000111101011111110001000110001011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E1EB; }

 p { color: rgb(199,225,235); }

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

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

 a { background-color: rgb(199,225,235); }

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

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

 span { border-color: rgb(199,225,235); }

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