Html Css Color HEX #C3D7DD Onahau

📋 copy color: '#C3D7DD'

red 195 ◦ green 215 ◦ blue 221

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

Shades of Onahau #C3D7DD

Tints of Onahau #C3D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 30.9%
G = 34.07%
B = 35.02%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3D7DD (or 0xC3D7DD) is known color: Onahau. HEX triplet: C3, D7 and DD. RGB value is (195,215,221). Sum of RGB (Red+Green+Blue) = 195+215+221=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D7DD is #3C2822. Grayscale: #D1D1D1. Windows color (decimal): -3942435 or 14538691. OLE color: 14538691.

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

Color convert

RGB 195 215 221 -
CMYK 0.12 0.03 0 0.13
HSL 193.85º 0.28% 0.82% -
HSV(B) 193.85º 0.12% 0.87% -
XYZ 59.86 65.42 77.88 -
YUV 209.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 195 215 221 0.12 0.03 0 0.13 193.85 0.28 0.82
Hex C3 D7 DD C 3 0 D C2 1C 52
Octal 303 327 335 14 3 0 15 302 34 122
Binary 11000011 11010111 11011101 1100 11 0 1101 11000010 11100 1010010

Color Harmonies of #C3D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D7DD

Black with #C3D7DD

Text Example


Text Example

White with #C3D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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