Html Css Color HEX #CBD5CE Edgewater

📋 copy color: '#CBD5CE'

red 203 ◦ green 213 ◦ blue 206

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

Shades of Edgewater #CBD5CE

Tints of Edgewater #CBD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.24%

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

R = 32.64%
G = 34.24%
B = 33.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#CBD5CE (or 0xCBD5CE) is known color: Edgewater. HEX triplet: CB, D5 and CE. RGB value is (203,213,206). Sum of RGB (Red+Green+Blue) = 203+213+206=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5CE is #342A31. Grayscale: #D1D1D1. Windows color (decimal): -3418674 or 13555147. OLE color: 13555147.

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

Color convert

RGB 203 213 206 -
CMYK 0.05 0 0.03 0.16
HSL 138º 0.11% 0.82% -
HSV(B) 138º 0.05% 0.84% -
XYZ 59.56 64.74 67.75 -
YUV 209.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 203 213 206 0.05 0 0.03 0.16 138 0.11 0.82
Hex CB D5 CE 5 0 3 10 8A B 52
Octal 313 325 316 5 0 3 20 212 13 122
Binary 11001011 11010101 11001110 101 0 11 10000 10001010 1011 1010010

Color Harmonies of #CBD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5CE

Black with #CBD5CE

Text Example


Text Example

White with #CBD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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