Html Css Color HEX #C3DCE2 Onahau

📋 copy color: '#C3DCE2'

red 195 ◦ green 220 ◦ blue 226

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

Shades of Onahau #C3DCE2

Tints of Onahau #C3DCE2

RGB

 RED value IS 195 (76.56% from 255) = 30.42%

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

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

R = 30.42%
G = 34.32%
B = 35.26%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C3DCE2 (or 0xC3DCE2) is known color: Onahau. HEX triplet: C3, DC and E2. RGB value is (195,220,226). Sum of RGB (Red+Green+Blue) = 195+220+226=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 226 - color contains mainly: blue. Hex color #C3DCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCE2 is #3C231D. Grayscale: #D5D5D5. Windows color (decimal): -3941150 or 14867651. OLE color: 14867651.

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

Color convert

RGB 195 220 226 -
CMYK 0.14 0.03 0 0.11
HSL 191.61º 0.35% 0.83% -
HSV(B) 191.61º 0.14% 0.89% -
XYZ 61.83 68.28 81.87 -
YUV 213.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 195 220 226 0.14 0.03 0 0.11 191.61 0.35 0.83
Hex C3 DC E2 E 3 0 B C0 23 53
Octal 303 334 342 16 3 0 13 300 43 123
Binary 11000011 11011100 11100010 1110 11 0 1011 11000000 100011 1010011

Color Harmonies of #C3DCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCE2

Black with #C3DCE2

Text Example


Text Example

White with #C3DCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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