Html Css Color HEX #CBD4CE Edgewater

📋 copy color: '#CBD4CE'

red 203 ◦ green 212 ◦ blue 206

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

Shades of Edgewater #CBD4CE

Tints of Edgewater #CBD4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.14%

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

R = 32.69%
G = 34.14%
B = 33.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#CBD4CE (or 0xCBD4CE) is known color: Edgewater. HEX triplet: CB, D4 and CE. RGB value is (203,212,206). Sum of RGB (Red+Green+Blue) = 203+212+206=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4CE is #342B31. Grayscale: #D0D0D0. Windows color (decimal): -3418930 or 13554891. OLE color: 13554891.

HSL color Cylindrical-coordinate representation of color #CBD4CE: hue angle of 140º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBD4CE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 212 206 -
CMYK 0.04 0 0.03 0.17
HSL 140º 0.09% 0.81% -
HSV(B) 140º 0.04% 0.83% -
XYZ 59.31 64.24 67.67 -
YUV 208.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 203 212 206 0.04 0 0.03 0.17 140 0.09 0.81
Hex CB D4 CE 4 0 3 11 8C 9 51
Octal 313 324 316 4 0 3 21 214 11 121
Binary 11001011 11010100 11001110 100 0 11 10001 10001100 1001 1010001

Color Harmonies of #CBD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4CE

Black with #CBD4CE

Text Example


Text Example

White with #CBD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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