Html Css Color HEX #C8DCE2 Onahau

📋 copy color: '#C8DCE2'

red 200 ◦ green 220 ◦ blue 226

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

Shades of Onahau #C8DCE2

Tints of Onahau #C8DCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.98%

R = 30.96%
G = 34.06%
B = 34.98%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C8DCE2 (or 0xC8DCE2) is known color: Onahau. HEX triplet: C8, DC and E2. RGB value is (200,220,226). Sum of RGB (Red+Green+Blue) = 200+220+226=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #C8DCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCE2 is #37231D. Grayscale: #D6D6D6. Windows color (decimal): -3613470 or 14867656. OLE color: 14867656.

HSL color Cylindrical-coordinate representation of color #C8DCE2: hue angle of 193.85º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8DCE2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 220 226 -
CMYK 0.12 0.03 0 0.11
HSL 193.85º 0.31% 0.84% -
HSV(B) 193.85º 0.12% 0.89% -
XYZ 63.14 68.96 81.93 -
YUV 214.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 200 220 226 0.12 0.03 0 0.11 193.85 0.31 0.84
Hex C8 DC E2 C 3 0 B C2 1F 54
Octal 310 334 342 14 3 0 13 302 37 124
Binary 11001000 11011100 11100010 1100 11 0 1011 11000010 11111 1010100

Color Harmonies of #C8DCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCE2

Black with #C8DCE2

Text Example


Text Example

White with #C8DCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCE2; }

 p { color: rgb(200,220,226); }

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

background-color css

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

 a { background-color: rgb(200,220,226); }

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

border-color css

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

 span { border-color: rgb(200,220,226); }

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