Html Css Color HEX #C7DBE0 Onahau

📋 copy color: '#C7DBE0'

red 199 ◦ green 219 ◦ blue 224

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

Shades of Onahau #C7DBE0

Tints of Onahau #C7DBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 31%
G = 34.11%
B = 34.89%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C7DBE0 (or 0xC7DBE0) is known color: 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

RGB 199 219 224 -
CMYK 0.11 0.02 0 0.12
HSL 192º 0.29% 0.83% -
HSV(B) 192º 0.11% 0.88% -
XYZ 62.34 68.19 80.4 -
YUV 213.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 199 219 224 0.11 0.02 0 0.12 192 0.29 0.83
Hex C7 DB E0 B 2 0 C C0 1D 53
Octal 307 333 340 13 2 0 14 300 35 123
Binary 11000111 11011011 11100000 1011 10 0 1100 11000000 11101 1010011

Color Harmonies of #C7DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DBE0

Black with #C7DBE0

Text Example


Text Example

White with #C7DBE0

Text Example


Text Example

HTML Codes & Css Web 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>