Html Css Color HEX #C1D9CA Edgewater

📋 copy color: '#C1D9CA'

red 193 ◦ green 217 ◦ blue 202

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

Shades of Edgewater #C1D9CA

Tints of Edgewater #C1D9CA

RGB

 RED value IS 193 (75.78% from 255) = 31.54%

 GREEN value IS 217 (85.16% from 255) = 35.46%

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

R = 31.54%
G = 35.46%
B = 33.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#C1D9CA (or 0xC1D9CA) is known color: Edgewater. HEX triplet: C1, D9 and CA. RGB value is (193,217,202). Sum of RGB (Red+Green+Blue) = 193+217+202=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D9CA is #3E2635. Grayscale: #D0D0D0. Windows color (decimal): -4073014 or 13294017. OLE color: 13294017.

HSL color Cylindrical-coordinate representation of color #C1D9CA: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D9CA is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 217 202 -
CMYK 0.11 0 0.07 0.15
HSL 142.5º 0.24% 0.8% -
HSV(B) 142.5º 0.11% 0.85% -
XYZ 57.47 65.23 65.44 -
YUV 208.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 193 217 202 0.11 0 0.07 0.15 142.5 0.24 0.8
Hex C1 D9 CA B 0 7 F 8E 18 50
Octal 301 331 312 13 0 7 17 216 30 120
Binary 11000001 11011001 11001010 1011 0 111 1111 10001110 11000 1010000

Color Harmonies of #C1D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D9CA

Black with #C1D9CA

Text Example


Text Example

White with #C1D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D9CA; }

 p { color: rgb(193,217,202); }

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

background-color css

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

 a { background-color: rgb(193,217,202); }

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

border-color css

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

 span { border-color: rgb(193,217,202); }

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