Html Css Color HEX #C3DDE8 Onahau

📋 copy color: '#C3DDE8'

red 195 ◦ green 221 ◦ blue 232

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

Shades of Onahau #C3DDE8

Tints of Onahau #C3DDE8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.1%

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

R = 30.09%
G = 34.1%
B = 35.8%

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

#C3DDE8 (or 0xC3DDE8) is known color: Onahau. HEX triplet: C3, DD and E8. RGB value is (195,221,232). Sum of RGB (Red+Green+Blue) = 195+221+232=648 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.09% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDE8 is #3C2217. Grayscale: #D6D6D6. Windows color (decimal): -3940888 or 15261123. OLE color: 15261123.

HSL color Cylindrical-coordinate representation of color #C3DDE8: hue angle of 197.84º 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 #C3DDE8 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 221 232 -
CMYK 0.16 0.05 0 0.09
HSL 197.84º 0.45% 0.84% -
HSV(B) 197.84º 0.16% 0.91% -
XYZ 62.93 69.14 86.37 -
YUV 214.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 195 221 232 0.16 0.05 0 0.09 197.84 0.45 0.84
Hex C3 DD E8 10 5 0 9 C6 2D 54
Octal 303 335 350 20 5 0 11 306 55 124
Binary 11000011 11011101 11101000 10000 101 0 1001 11000110 101101 1010100

Color Harmonies of #C3DDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDE8

Black with #C3DDE8

Text Example


Text Example

White with #C3DDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDE8; }

 p { color: rgb(195,221,232); }

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

background-color css

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

 a { background-color: rgb(195,221,232); }

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

border-color css

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

 span { border-color: rgb(195,221,232); }

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