Html Css Color HEX #C2DCE8 Onahau

📋 copy color: '#C2DCE8'

red 194 ◦ green 220 ◦ blue 232

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

Shades of Onahau #C2DCE8

Tints of Onahau #C2DCE8

RGB

 RED value IS 194 (76.17% from 255) = 30.03%

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

 BLUE value IS 232 (91.02% from 255) = 35.91%

R = 30.03%
G = 34.06%
B = 35.91%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2DCE8 (or 0xC2DCE8) is known color: Onahau. HEX triplet: C2, DC and E8. RGB value is (194,220,232). Sum of RGB (Red+Green+Blue) = 194+220+232=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCE8 is #3D2317. Grayscale: #D5D5D5. Windows color (decimal): -4006680 or 15260866. OLE color: 15260866.

HSL color Cylindrical-coordinate representation of color #C2DCE8: hue angle of 198.95º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DCE8 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 220 232 -
CMYK 0.16 0.05 0 0.09
HSL 198.95º 0.45% 0.84% -
HSV(B) 198.95º 0.16% 0.91% -
XYZ 62.41 68.48 86.27 -
YUV 213.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 194 220 232 0.16 0.05 0 0.09 198.95 0.45 0.84
Hex C2 DC E8 10 5 0 9 C7 2D 54
Octal 302 334 350 20 5 0 11 307 55 124
Binary 11000010 11011100 11101000 10000 101 0 1001 11000111 101101 1010100

Color Harmonies of #C2DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCE8

Black with #C2DCE8

Text Example


Text Example

White with #C2DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCE8; }

 p { color: rgb(194,220,232); }

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

background-color css

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

 a { background-color: rgb(194,220,232); }

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

border-color css

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

 span { border-color: rgb(194,220,232); }

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