Html Css Color HEX #CBDDCD Edgewater

📋 copy color: '#CBDDCD'

red 203 ◦ green 221 ◦ blue 205

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

Shades of Edgewater #CBDDCD

Tints of Edgewater #CBDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 205 (80.47% from 255) = 32.59%

R = 32.27%
G = 35.14%
B = 32.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#CBDDCD (or 0xCBDDCD) is known color: Edgewater. HEX triplet: CB, DD and CD. RGB value is (203,221,205). Sum of RGB (Red+Green+Blue) = 203+221+205=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCD is #342232. Grayscale: #D5D5D5. Windows color (decimal): -3416627 or 13491659. OLE color: 13491659.

HSL color Cylindrical-coordinate representation of color #CBDDCD: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDCD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 205 -
CMYK 0.08 0 0.07 0.13
HSL 126.67º 0.21% 0.83% -
HSV(B) 126.67º 0.08% 0.87% -
XYZ 61.5 68.82 67.8 -
YUV 213.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 203 221 205 0.08 0 0.07 0.13 126.67 0.21 0.83
Hex CB DD CD 8 0 7 D 7F 15 53
Octal 313 335 315 10 0 7 15 177 25 123
Binary 11001011 11011101 11001101 1000 0 111 1101 1111111 10101 1010011

Color Harmonies of #CBDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDCD

Black with #CBDDCD

Text Example


Text Example

White with #CBDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDCD; }

 p { color: rgb(203,221,205); }

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

background-color css

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

 a { background-color: rgb(203,221,205); }

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

border-color css

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

 span { border-color: rgb(203,221,205); }

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