Html Css Color HEX #CBD9CE Edgewater

📋 copy color: '#CBD9CE'

red 203 ◦ green 217 ◦ blue 206

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

Shades of Edgewater #CBD9CE

Tints of Edgewater #CBD9CE

RGB

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

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

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

R = 32.43%
G = 34.66%
B = 32.91%

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

#CBD9CE (or 0xCBD9CE) is known color: Edgewater. HEX triplet: CB, D9 and CE. RGB value is (203,217,206). Sum of RGB (Red+Green+Blue) = 203+217+206=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9CE is #342631. Grayscale: #D3D3D3. Windows color (decimal): -3417650 or 13556171. OLE color: 13556171.

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

Color convert

RGB 203 217 206 -
CMYK 0.06 0 0.05 0.15
HSL 132.86º 0.16% 0.82% -
HSV(B) 132.86º 0.06% 0.85% -
XYZ 60.58 66.78 68.09 -
YUV 211.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 203 217 206 0.06 0 0.05 0.15 132.86 0.16 0.82
Hex CB D9 CE 6 0 5 F 85 10 52
Octal 313 331 316 6 0 5 17 205 20 122
Binary 11001011 11011001 11001110 110 0 101 1111 10000101 10000 1010010

Color Harmonies of #CBD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD9CE

Black with #CBD9CE

Text Example


Text Example

White with #CBD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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