Html Css Color HEX #C8DACC Edgewater

📋 copy color: '#C8DACC'

red 200 ◦ green 218 ◦ blue 204

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

Shades of Edgewater #C8DACC

Tints of Edgewater #C8DACC

RGB

 RED value IS 200 (78.52% from 255) = 32.15%

 GREEN value IS 218 (85.55% from 255) = 35.05%

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 32.15%
G = 35.05%
B = 32.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C8DACC (or 0xC8DACC) is known color: Edgewater. HEX triplet: C8, DA and CC. RGB value is (200,218,204). Sum of RGB (Red+Green+Blue) = 200+218+204=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACC is #372533. Grayscale: #D3D3D3. Windows color (decimal): -3614004 or 13425352. OLE color: 13425352.

HSL color Cylindrical-coordinate representation of color #C8DACC: hue angle of 133.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8DACC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 218 204 -
CMYK 0.08 0 0.06 0.15
HSL 133.33º 0.2% 0.82% -
HSV(B) 133.33º 0.08% 0.85% -
XYZ 59.79 66.78 66.87 -
YUV 211.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 200 218 204 0.08 0 0.06 0.15 133.33 0.2 0.82
Hex C8 DA CC 8 0 6 F 85 14 52
Octal 310 332 314 10 0 6 17 205 24 122
Binary 11001000 11011010 11001100 1000 0 110 1111 10000101 10100 1010010

Color Harmonies of #C8DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DACC

Black with #C8DACC

Text Example


Text Example

White with #C8DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DACC; }

 p { color: rgb(200,218,204); }

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

background-color css

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

 a { background-color: rgb(200,218,204); }

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

border-color css

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

 span { border-color: rgb(200,218,204); }

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