Html Css Color HEX #C3D6CA Edgewater

📋 copy color: '#C3D6CA'

red 195 ◦ green 214 ◦ blue 202

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

Shades of Edgewater #C3D6CA

Tints of Edgewater #C3D6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.02%

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 31.91%
G = 35.02%
B = 33.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C3D6CA (or 0xC3D6CA) is known color: Edgewater. HEX triplet: C3, D6 and CA. RGB value is (195,214,202). Sum of RGB (Red+Green+Blue) = 195+214+202=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6CA is #3C2935. Grayscale: #CECECE. Windows color (decimal): -3942710 or 13293251. OLE color: 13293251.

HSL color Cylindrical-coordinate representation of color #C3D6CA: hue angle of 142.11º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3D6CA is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 214 202 -
CMYK 0.09 0 0.06 0.16
HSL 142.11º 0.19% 0.8% -
HSV(B) 142.11º 0.09% 0.84% -
XYZ 57.21 63.96 65.21 -
YUV 206.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 195 214 202 0.09 0 0.06 0.16 142.11 0.19 0.8
Hex C3 D6 CA 9 0 6 10 8E 13 50
Octal 303 326 312 11 0 6 20 216 23 120
Binary 11000011 11010110 11001010 1001 0 110 10000 10001110 10011 1010000

Color Harmonies of #C3D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D6CA

Black with #C3D6CA

Text Example


Text Example

White with #C3D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D6CA; }

 p { color: rgb(195,214,202); }

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

background-color css

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

 a { background-color: rgb(195,214,202); }

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

border-color css

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

 span { border-color: rgb(195,214,202); }

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