Html Css Color HEX #C7DCE0 Onahau

📋 copy color: '#C7DCE0'

red 199 ◦ green 220 ◦ blue 224

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

Shades of Onahau #C7DCE0

Tints of Onahau #C7DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.21%

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

R = 30.95%
G = 34.21%
B = 34.84%

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

#C7DCE0 (or 0xC7DCE0) is known color: Onahau. HEX triplet: C7, DC and E0. RGB value is (199,220,224). Sum of RGB (Red+Green+Blue) = 199+220+224=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCE0 is #38231F. Grayscale: #D6D6D6. Windows color (decimal): -3679008 or 14736583. OLE color: 14736583.

HSL color Cylindrical-coordinate representation of color #C7DCE0: hue angle of 189.6º 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 #C7DCE0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 220 224 -
CMYK 0.11 0.02 0 0.12
HSL 189.6º 0.29% 0.83% -
HSV(B) 189.6º 0.11% 0.88% -
XYZ 62.6 68.71 80.48 -
YUV 214.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 199 220 224 0.11 0.02 0 0.12 189.6 0.29 0.83
Hex C7 DC E0 B 2 0 C BE 1D 53
Octal 307 334 340 13 2 0 14 276 35 123
Binary 11000111 11011100 11100000 1011 10 0 1100 10111110 11101 1010011

Color Harmonies of #C7DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCE0

Black with #C7DCE0

Text Example


Text Example

White with #C7DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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