Html Css Color HEX #C6DDCB Edgewater

📋 copy color: '#C6DDCB'

red 198 ◦ green 221 ◦ blue 203

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

Shades of Edgewater #C6DDCB

Tints of Edgewater #C6DDCB

RGB

 RED value IS 198 (77.73% from 255) = 31.83%

 GREEN value IS 221 (86.72% from 255) = 35.53%

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

R = 31.83%
G = 35.53%
B = 32.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#C6DDCB (or 0xC6DDCB) is known color: Edgewater. HEX triplet: C6, DD and CB. RGB value is (198,221,203). Sum of RGB (Red+Green+Blue) = 198+221+203=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCB is #392234. Grayscale: #D4D4D4. Windows color (decimal): -3744309 or 13360582. OLE color: 13360582.

HSL color Cylindrical-coordinate representation of color #C6DDCB: hue angle of 133.04º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DDCB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 221 203 -
CMYK 0.10 0 0.08 0.13
HSL 133.04º 0.25% 0.82% -
HSV(B) 133.04º 0.1% 0.87% -
XYZ 59.92 68.03 66.47 -
YUV 212.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 198 221 203 0.10 0 0.08 0.13 133.04 0.25 0.82
Hex C6 DD CB A 0 8 D 85 19 52
Octal 306 335 313 12 0 10 15 205 31 122
Binary 11000110 11011101 11001011 1010 0 1000 1101 10000101 11001 1010010

Color Harmonies of #C6DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDCB

Black with #C6DDCB

Text Example


Text Example

White with #C6DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDCB; }

 p { color: rgb(198,221,203); }

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

background-color css

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

 a { background-color: rgb(198,221,203); }

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

border-color css

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

 span { border-color: rgb(198,221,203); }

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