Html Css Color HEX #C3D7DF Onahau

📋 copy color: '#C3D7DF'

red 195 ◦ green 215 ◦ blue 223

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

Shades of Onahau #C3D7DF

Tints of Onahau #C3D7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 30.81%
G = 33.97%
B = 35.23%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3D7DF (or 0xC3D7DF) is known color: Onahau. HEX triplet: C3, D7 and DF. RGB value is (195,215,223). Sum of RGB (Red+Green+Blue) = 195+215+223=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D7DF is #3C2820. Grayscale: #D1D1D1. Windows color (decimal): -3942433 or 14669763. OLE color: 14669763.

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

Color convert

RGB 195 215 223 -
CMYK 0.13 0.04 0 0.13
HSL 197.14º 0.3% 0.82% -
HSV(B) 197.14º 0.13% 0.87% -
XYZ 60.13 65.53 79.29 -
YUV 209.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 195 215 223 0.13 0.04 0 0.13 197.14 0.3 0.82
Hex C3 D7 DF D 4 0 D C5 1E 52
Octal 303 327 337 15 4 0 15 305 36 122
Binary 11000011 11010111 11011111 1101 100 0 1101 11000101 11110 1010010

Color Harmonies of #C3D7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D7DF

Black with #C3D7DF

Text Example


Text Example

White with #C3D7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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