Html Css Color HEX #C2D6CA Edgewater

📋 copy color: '#C2D6CA'

red 194 ◦ green 214 ◦ blue 202

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

Shades of Edgewater #C2D6CA

Tints of Edgewater #C2D6CA

RGB

 RED value IS 194 (76.17% from 255) = 31.8%

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

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

R = 31.8%
G = 35.08%
B = 33.11%

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

#C2D6CA (or 0xC2D6CA) is known color: Edgewater. HEX triplet: C2, D6 and CA. RGB value is (194,214,202). Sum of RGB (Red+Green+Blue) = 194+214+202=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6CA is #3D2935. Grayscale: #CECECE. Windows color (decimal): -4008246 or 13293250. OLE color: 13293250.

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

Color convert

RGB 194 214 202 -
CMYK 0.09 0 0.06 0.16
HSL 144º 0.2% 0.8% -
HSV(B) 144º 0.09% 0.84% -
XYZ 56.96 63.83 65.2 -
YUV 206.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 194 214 202 0.09 0 0.06 0.16 144 0.2 0.8
Hex C2 D6 CA 9 0 6 10 90 14 50
Octal 302 326 312 11 0 6 20 220 24 120
Binary 11000010 11010110 11001010 1001 0 110 10000 10010000 10100 1010000

Color Harmonies of #C2D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D6CA

Black with #C2D6CA

Text Example


Text Example

White with #C2D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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