Html Css Color HEX #CBDCCD Edgewater

📋 copy color: '#CBDCCD'

red 203 ◦ green 220 ◦ blue 205

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

Shades of Edgewater #CBDCCD

Tints of Edgewater #CBDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

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

R = 32.32%
G = 35.03%
B = 32.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#CBDCCD (or 0xCBDCCD) is known color: Edgewater. HEX triplet: CB, DC and CD. RGB value is (203,220,205). Sum of RGB (Red+Green+Blue) = 203+220+205=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCCD is #342332. Grayscale: #D5D5D5. Windows color (decimal): -3416883 or 13491403. OLE color: 13491403.

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

Color convert

RGB 203 220 205 -
CMYK 0.08 0 0.07 0.14
HSL 127.06º 0.2% 0.83% -
HSV(B) 127.06º 0.08% 0.86% -
XYZ 61.24 68.29 67.71 -
YUV 213.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 203 220 205 0.08 0 0.07 0.14 127.06 0.2 0.83
Hex CB DC CD 8 0 7 E 7F 14 53
Octal 313 334 315 10 0 7 16 177 24 123
Binary 11001011 11011100 11001101 1000 0 111 1110 1111111 10100 1010011

Color Harmonies of #CBDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCCD

Black with #CBDCCD

Text Example


Text Example

White with #CBDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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