Html Css Color HEX #CDD1CE Edgewater

📋 copy color: '#CDD1CE'

red 205 ◦ green 209 ◦ blue 206

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

Shades of Edgewater #CDD1CE

Tints of Edgewater #CDD1CE

RGB

 RED value IS 205 (80.47% from 255) = 33.06%

 GREEN value IS 209 (82.03% from 255) = 33.71%

 BLUE value IS 206 (80.86% from 255) = 33.23%

R = 33.06%
G = 33.71%
B = 33.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#CDD1CE (or 0xCDD1CE) is known color: Edgewater. HEX triplet: CD, D1 and CE. RGB value is (205,209,206). Sum of RGB (Red+Green+Blue) = 205+209+206=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1CE is #322E31. Grayscale: #CFCFCF. Windows color (decimal): -3288626 or 13554125. OLE color: 13554125.

HSL color Cylindrical-coordinate representation of color #CDD1CE: hue angle of 135º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDD1CE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 206 -
CMYK 0.02 0 0.01 0.18
HSL 135º 0.04% 0.81% -
HSV(B) 135º 0.02% 0.82% -
XYZ 59.12 63.04 67.44 -
YUV 207.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 205 209 206 0.02 0 0.01 0.18 135 0.04 0.81
Hex CD D1 CE 2 0 1 12 87 4 51
Octal 315 321 316 2 0 1 22 207 4 121
Binary 11001101 11010001 11001110 10 0 1 10010 10000111 100 1010001

Color Harmonies of #CDD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD1CE

Black with #CDD1CE

Text Example


Text Example

White with #CDD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD1CE; }

 p { color: rgb(205,209,206); }

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

background-color css

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

 a { background-color: rgb(205,209,206); }

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

border-color css

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

 span { border-color: rgb(205,209,206); }

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