Html Css Color HEX #C7D8DF Onahau

📋 copy color: '#C7D8DF'

red 199 ◦ green 216 ◦ blue 223

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

Shades of Onahau #C7D8DF

Tints of Onahau #C7D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.86%

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 31.19%
G = 33.86%
B = 34.95%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7D8DF (or 0xC7D8DF) is known color: Onahau. HEX triplet: C7, D8 and DF. RGB value is (199,216,223). Sum of RGB (Red+Green+Blue) = 199+216+223=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8DF is #382720. Grayscale: #D3D3D3. Windows color (decimal): -3680033 or 14670023. OLE color: 14670023.

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

Color convert

RGB 199 216 223 -
CMYK 0.11 0.03 0 0.13
HSL 197.5º 0.27% 0.83% -
HSV(B) 197.5º 0.11% 0.87% -
XYZ 61.43 66.58 79.43 -
YUV 211.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 199 216 223 0.11 0.03 0 0.13 197.5 0.27 0.83
Hex C7 D8 DF B 3 0 D C6 1B 53
Octal 307 330 337 13 3 0 15 306 33 123
Binary 11000111 11011000 11011111 1011 11 0 1101 11000110 11011 1010011

Color Harmonies of #C7D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D8DF

Black with #C7D8DF

Text Example


Text Example

White with #C7D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D8DF; }

 p { color: rgb(199,216,223); }

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

background-color css

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

 a { background-color: rgb(199,216,223); }

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

border-color css

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

 span { border-color: rgb(199,216,223); }

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