Html Css Color HEX #C3D9CB Edgewater

📋 copy color: '#C3D9CB'

red 195 ◦ green 217 ◦ blue 203

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

Shades of Edgewater #C3D9CB

Tints of Edgewater #C3D9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 31.71%
G = 35.28%
B = 33.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C3D9CB (or 0xC3D9CB) is known color: Edgewater. HEX triplet: C3, D9 and CB. RGB value is (195,217,203). Sum of RGB (Red+Green+Blue) = 195+217+203=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D9CB is #3C2634. Grayscale: #D0D0D0. Windows color (decimal): -3941941 or 13359555. OLE color: 13359555.

HSL color Cylindrical-coordinate representation of color #C3D9CB: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D9CB is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 217 203 -
CMYK 0.10 0 0.06 0.15
HSL 141.82º 0.22% 0.81% -
HSV(B) 141.82º 0.1% 0.85% -
XYZ 58.1 65.54 66.09 -
YUV 208.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 195 217 203 0.10 0 0.06 0.15 141.82 0.22 0.81
Hex C3 D9 CB A 0 6 F 8E 16 51
Octal 303 331 313 12 0 6 17 216 26 121
Binary 11000011 11011001 11001011 1010 0 110 1111 10001110 10110 1010001

Color Harmonies of #C3D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D9CB

Black with #C3D9CB

Text Example


Text Example

White with #C3D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D9CB; }

 p { color: rgb(195,217,203); }

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

background-color css

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

 a { background-color: rgb(195,217,203); }

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

border-color css

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

 span { border-color: rgb(195,217,203); }

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