Html Css Color HEX #CACDCB Edgewater

📋 copy color: '#CACDCB'

red 202 ◦ green 205 ◦ blue 203

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

Shades of Edgewater #CACDCB

Tints of Edgewater #CACDCB

RGB

 RED value IS 202 (79.3% from 255) = 33.11%

 GREEN value IS 205 (80.47% from 255) = 33.61%

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

R = 33.11%
G = 33.61%
B = 33.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CACDCB (or 0xCACDCB) is known color: Edgewater. HEX triplet: CA, CD and CB. RGB value is (202,205,203). Sum of RGB (Red+Green+Blue) = 202+205+203=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDCB is #353234. Grayscale: #CBCBCB. Windows color (decimal): -3486261 or 13356490. OLE color: 13356490.

HSL color Cylindrical-coordinate representation of color #CACDCB: hue angle of 140º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACDCB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 205 203 -
CMYK 0.01 0 0.01 0.20
HSL 140º 0.03% 0.8% -
HSV(B) 140º 0.01% 0.8% -
XYZ 56.97 60.53 65.18 -
YUV 203.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 202 205 203 0.01 0 0.01 0.20 140 0.03 0.8
Hex CA CD CB 1 0 1 14 8C 3 50
Octal 312 315 313 1 0 1 24 214 3 120
Binary 11001010 11001101 11001011 1 0 1 10100 10001100 11 1010000

Color Harmonies of #CACDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDCB

Black with #CACDCB

Text Example


Text Example

White with #CACDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDCB; }

 p { color: rgb(202,205,203); }

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

background-color css

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

 a { background-color: rgb(202,205,203); }

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

border-color css

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

 span { border-color: rgb(202,205,203); }

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