#C3D7DD

Color #C3D7DD Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C3D7DD

Tints of Onahau #C3D7DD

Color information

#C3D7DD (or 0xC3D7DD) is unknown color: approx 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

RGB195215221-
CMYK0.120.0300.13
HSL193.85º27.66%81.57%-
HSV(B)193.85º11.76%86.67%-
XYZ59.8665.4277.88-
YUV209.7134.37117.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.90%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=30.90%
G=34.07%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952152210.120.0300.13193.8527.6681.57
HexC3D7DDC30Dc21c52
Octal30332733514301530234122
Binary1100001111010111110111011100110110111000010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>