Html Css Color HEX #CAD6CE Edgewater

📋 copy color: '#CAD6CE'

red 202 ◦ green 214 ◦ blue 206

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

Shades of Edgewater #CAD6CE

Tints of Edgewater #CAD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.41%

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

R = 32.48%
G = 34.41%
B = 33.12%

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

#CAD6CE (or 0xCAD6CE) is known color: Edgewater. HEX triplet: CA, D6 and CE. RGB value is (202,214,206). Sum of RGB (Red+Green+Blue) = 202+214+206=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6CE is #352931. Grayscale: #D1D1D1. Windows color (decimal): -3483954 or 13555402. OLE color: 13555402.

HSL color Cylindrical-coordinate representation of color #CAD6CE: hue angle of 140º degrees, saturation: 0.13, 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 #CAD6CE is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 214 206 -
CMYK 0.06 0 0.04 0.16
HSL 140º 0.13% 0.82% -
HSV(B) 140º 0.06% 0.84% -
XYZ 59.54 65.11 67.82 -
YUV 209.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 202 214 206 0.06 0 0.04 0.16 140 0.13 0.82
Hex CA D6 CE 6 0 4 10 8C D 52
Octal 312 326 316 6 0 4 20 214 15 122
Binary 11001010 11010110 11001110 110 0 100 10000 10001100 1101 1010010

Color Harmonies of #CAD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD6CE

Black with #CAD6CE

Text Example


Text Example

White with #CAD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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