Html Css Color HEX #C7DBDF Onahau

📋 copy color: '#C7DBDF'

red 199 ◦ green 219 ◦ blue 223

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

Shades of Onahau #C7DBDF

Tints of Onahau #C7DBDF

RGB

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

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

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

R = 31.05%
G = 34.17%
B = 34.79%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7DBDF (or 0xC7DBDF) is known color: Onahau. HEX triplet: C7, DB and DF. RGB value is (199,219,223). Sum of RGB (Red+Green+Blue) = 199+219+223=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDF is #382420. Grayscale: #D5D5D5. Windows color (decimal): -3679265 or 14670791. OLE color: 14670791.

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

Color convert

RGB 199 219 223 -
CMYK 0.11 0.02 0 0.13
HSL 190º 0.27% 0.83% -
HSV(B) 190º 0.11% 0.87% -
XYZ 62.2 68.13 79.68 -
YUV 213.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 199 219 223 0.11 0.02 0 0.13 190 0.27 0.83
Hex C7 DB DF B 2 0 D BE 1B 53
Octal 307 333 337 13 2 0 15 276 33 123
Binary 11000111 11011011 11011111 1011 10 0 1101 10111110 11011 1010011

Color Harmonies of #C7DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DBDF

Black with #C7DBDF

Text Example


Text Example

White with #C7DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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