Html Css Color HEX #CBD6CE Edgewater

📋 copy color: '#CBD6CE'

red 203 ◦ green 214 ◦ blue 206

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

Shades of Edgewater #CBD6CE

Tints of Edgewater #CBD6CE

RGB

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

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

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

R = 32.58%
G = 34.35%
B = 33.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#CBD6CE (or 0xCBD6CE) is known color: Edgewater. HEX triplet: CB, D6 and CE. RGB value is (203,214,206). Sum of RGB (Red+Green+Blue) = 203+214+206=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6CE is #342931. Grayscale: #D1D1D1. Windows color (decimal): -3418418 or 13555403. OLE color: 13555403.

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

Color convert

RGB 203 214 206 -
CMYK 0.05 0 0.04 0.16
HSL 136.36º 0.12% 0.82% -
HSV(B) 136.36º 0.05% 0.84% -
XYZ 59.82 65.25 67.83 -
YUV 209.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 203 214 206 0.05 0 0.04 0.16 136.36 0.12 0.82
Hex CB D6 CE 5 0 4 10 88 C 52
Octal 313 326 316 5 0 4 20 210 14 122
Binary 11001011 11010110 11001110 101 0 100 10000 10001000 1100 1010010

Color Harmonies of #CBD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD6CE

Black with #CBD6CE

Text Example


Text Example

White with #CBD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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