Html Css Color HEX #CAD7CE Edgewater

📋 copy color: '#CAD7CE'

red 202 ◦ green 215 ◦ blue 206

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

Shades of Edgewater #CAD7CE

Tints of Edgewater #CAD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.51%

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

R = 32.42%
G = 34.51%
B = 33.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#CAD7CE (or 0xCAD7CE) is known color: Edgewater. HEX triplet: CA, D7 and CE. RGB value is (202,215,206). Sum of RGB (Red+Green+Blue) = 202+215+206=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7CE is #352831. Grayscale: #D2D2D2. Windows color (decimal): -3483698 or 13555658. OLE color: 13555658.

HSL color Cylindrical-coordinate representation of color #CAD7CE: hue angle of 138.46º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD7CE is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 215 206 -
CMYK 0.06 0 0.04 0.16
HSL 138.46º 0.14% 0.82% -
HSV(B) 138.46º 0.06% 0.84% -
XYZ 59.8 65.61 67.91 -
YUV 210.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 202 215 206 0.06 0 0.04 0.16 138.46 0.14 0.82
Hex CA D7 CE 6 0 4 10 8A E 52
Octal 312 327 316 6 0 4 20 212 16 122
Binary 11001010 11010111 11001110 110 0 100 10000 10001010 1110 1010010

Color Harmonies of #CAD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD7CE

Black with #CAD7CE

Text Example


Text Example

White with #CAD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD7CE; }

 p { color: rgb(202,215,206); }

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

background-color css

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

 a { background-color: rgb(202,215,206); }

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

border-color css

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

 span { border-color: rgb(202,215,206); }

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