Html Css Color HEX #C7DCDF Onahau

📋 copy color: '#C7DCDF'

red 199 ◦ green 220 ◦ blue 223

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

Shades of Onahau #C7DCDF

Tints of Onahau #C7DCDF

RGB

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

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

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

R = 31%
G = 34.27%
B = 34.74%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7DCDF (or 0xC7DCDF) is known color: Onahau. HEX triplet: C7, DC and DF. RGB value is (199,220,223). Sum of RGB (Red+Green+Blue) = 199+220+223=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCDF is #382320. Grayscale: #D6D6D6. Windows color (decimal): -3679009 or 14671047. OLE color: 14671047.

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

Color convert

RGB 199 220 223 -
CMYK 0.11 0.01 0 0.13
HSL 187.5º 0.27% 0.83% -
HSV(B) 187.5º 0.11% 0.87% -
XYZ 62.47 68.66 79.77 -
YUV 214.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 199 220 223 0.11 0.01 0 0.13 187.5 0.27 0.83
Hex C7 DC DF B 1 0 D BC 1B 53
Octal 307 334 337 13 1 0 15 274 33 123
Binary 11000111 11011100 11011111 1011 1 0 1101 10111100 11011 1010011

Color Harmonies of #C7DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCDF

Black with #C7DCDF

Text Example


Text Example

White with #C7DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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