Html Css Color HEX #C7DBE2 Onahau

📋 copy color: '#C7DBE2'

red 199 ◦ green 219 ◦ blue 226

#C7DBE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C7DBE2

Tints of Onahau #C7DBE2

RGB

 RED value IS 199 (78.13% from 255) = 30.9%

 GREEN value IS 219 (85.94% from 255) = 34.01%

 BLUE value IS 226 (88.67% from 255) = 35.09%

R = 30.9%
G = 34.01%
B = 35.09%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C7DBE2 (or 0xC7DBE2) is known color: Onahau. HEX triplet: C7, DB and E2. RGB value is (199,219,226). Sum of RGB (Red+Green+Blue) = 199+219+226=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 226 - color contains mainly: blue. Hex color #C7DBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBE2 is #38241D. Grayscale: #D5D5D5. Windows color (decimal): -3679262 or 14867399. OLE color: 14867399.

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

Color convert

RGB 199 219 226 -
CMYK 0.12 0.03 0 0.11
HSL 195.56º 0.32% 0.83% -
HSV(B) 195.56º 0.12% 0.89% -
XYZ 62.61 68.3 81.83 -
YUV 213.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 199 219 226 0.12 0.03 0 0.11 195.56 0.32 0.83
Hex C7 DB E2 C 3 0 B C4 20 53
Octal 307 333 342 14 3 0 13 304 40 123
Binary 11000111 11011011 11100010 1100 11 0 1011 11000100 100000 1010011

Color Harmonies of #C7DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DBE2

Black with #C7DBE2

Text Example


Text Example

White with #C7DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DBE2; }

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

 H1.HeaderClassName
 {
   color: #C7DBE2;
 }
 .AnyTagClassName
 {
   color: #C7DBE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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