Html Css Color HEX #C8D9DF Onahau

📋 copy color: '#C8D9DF'

red 200 ◦ green 217 ◦ blue 223

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

Shades of Onahau #C8D9DF

Tints of Onahau #C8D9DF

RGB

 RED value IS 200 (78.52% from 255) = 31.25%

 GREEN value IS 217 (85.16% from 255) = 33.91%

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

R = 31.25%
G = 33.91%
B = 34.84%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8D9DF (or 0xC8D9DF) is known color: Onahau. HEX triplet: C8, D9 and DF. RGB value is (200,217,223). Sum of RGB (Red+Green+Blue) = 200+217+223=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9DF is #372620. Grayscale: #D4D4D4. Windows color (decimal): -3614241 or 14670280. OLE color: 14670280.

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

Color convert

RGB 200 217 223 -
CMYK 0.10 0.03 0 0.13
HSL 195.65º 0.26% 0.83% -
HSV(B) 195.65º 0.1% 0.87% -
XYZ 61.95 67.23 79.52 -
YUV 212.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 200 217 223 0.10 0.03 0 0.13 195.65 0.26 0.83
Hex C8 D9 DF A 3 0 D C4 1A 53
Octal 310 331 337 12 3 0 15 304 32 123
Binary 11001000 11011001 11011111 1010 11 0 1101 11000100 11010 1010011

Color Harmonies of #C8D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D9DF

Black with #C8D9DF

Text Example


Text Example

White with #C8D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D9DF; }

 p { color: rgb(200,217,223); }

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

background-color css

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

 a { background-color: rgb(200,217,223); }

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

border-color css

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

 span { border-color: rgb(200,217,223); }

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