Html Css Color HEX #CBD7CE Edgewater

📋 copy color: '#CBD7CE'

red 203 ◦ green 215 ◦ blue 206

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

Shades of Edgewater #CBD7CE

Tints of Edgewater #CBD7CE

RGB

 RED value IS 203 (79.69% from 255) = 32.53%

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

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

R = 32.53%
G = 34.46%
B = 33.01%

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

#CBD7CE (or 0xCBD7CE) is known color: Edgewater. HEX triplet: CB, D7 and CE. RGB value is (203,215,206). Sum of RGB (Red+Green+Blue) = 203+215+206=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7CE is #342831. Grayscale: #D2D2D2. Windows color (decimal): -3418162 or 13555659. OLE color: 13555659.

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

Color convert

RGB 203 215 206 -
CMYK 0.06 0 0.04 0.16
HSL 135º 0.13% 0.82% -
HSV(B) 135º 0.06% 0.84% -
XYZ 60.07 65.75 67.92 -
YUV 210.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 203 215 206 0.06 0 0.04 0.16 135 0.13 0.82
Hex CB D7 CE 6 0 4 10 87 D 52
Octal 313 327 316 6 0 4 20 207 15 122
Binary 11001011 11010111 11001110 110 0 100 10000 10000111 1101 1010010

Color Harmonies of #CBD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD7CE

Black with #CBD7CE

Text Example


Text Example

White with #CBD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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