Html Css Color HEX #CAD8CE Edgewater

📋 copy color: '#CAD8CE'

red 202 ◦ green 216 ◦ blue 206

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

Shades of Edgewater #CAD8CE

Tints of Edgewater #CAD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.62%

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

R = 32.37%
G = 34.62%
B = 33.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#CAD8CE (or 0xCAD8CE) is known color: Edgewater. HEX triplet: CA, D8 and CE. RGB value is (202,216,206). Sum of RGB (Red+Green+Blue) = 202+216+206=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8CE is #352731. Grayscale: #D2D2D2. Windows color (decimal): -3483442 or 13555914. OLE color: 13555914.

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

Color convert

RGB 202 216 206 -
CMYK 0.06 0 0.05 0.15
HSL 137.14º 0.15% 0.82% -
HSV(B) 137.14º 0.06% 0.85% -
XYZ 60.05 66.12 67.99 -
YUV 210.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 202 216 206 0.06 0 0.05 0.15 137.14 0.15 0.82
Hex CA D8 CE 6 0 5 F 89 F 52
Octal 312 330 316 6 0 5 17 211 17 122
Binary 11001010 11011000 11001110 110 0 101 1111 10001001 1111 1010010

Color Harmonies of #CAD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD8CE

Black with #CAD8CE

Text Example


Text Example

White with #CAD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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