Html Css Color HEX #CAD9CE Edgewater

📋 copy color: '#CAD9CE'

red 202 ◦ green 217 ◦ blue 206

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

Shades of Edgewater #CAD9CE

Tints of Edgewater #CAD9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.72%

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

R = 32.32%
G = 34.72%
B = 32.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#CAD9CE (or 0xCAD9CE) is known color: Edgewater. HEX triplet: CA, D9 and CE. RGB value is (202,217,206). Sum of RGB (Red+Green+Blue) = 202+217+206=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9CE is #352631. Grayscale: #D3D3D3. Windows color (decimal): -3483186 or 13556170. OLE color: 13556170.

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

Color convert

RGB 202 217 206 -
CMYK 0.07 0 0.05 0.15
HSL 136º 0.16% 0.82% -
HSV(B) 136º 0.07% 0.85% -
XYZ 60.31 66.64 68.08 -
YUV 211.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 202 217 206 0.07 0 0.05 0.15 136 0.16 0.82
Hex CA D9 CE 7 0 5 F 88 10 52
Octal 312 331 316 7 0 5 17 210 20 122
Binary 11001010 11011001 11001110 111 0 101 1111 10001000 10000 1010010

Color Harmonies of #CAD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD9CE

Black with #CAD9CE

Text Example


Text Example

White with #CAD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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