Html Css Color HEX #CBC4DF Melrose

📋 copy color: '#CBC4DF'

red 203 ◦ green 196 ◦ blue 223

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

Shades of Melrose #CBC4DF

Tints of Melrose #CBC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.51%

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 32.64%
G = 31.51%
B = 35.85%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBC4DF (or 0xCBC4DF) is known color: Melrose. HEX triplet: CB, C4 and DF. RGB value is (203,196,223). Sum of RGB (Red+Green+Blue) = 203+196+223=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4DF is #343B20. Grayscale: #C9C9C9. Windows color (decimal): -3423009 or 14664907. OLE color: 14664907.

HSL color Cylindrical-coordinate representation of color #CBC4DF: hue angle of 255.56º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC4DF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 196 223 -
CMYK 0.09 0.12 0 0.13
HSL 255.56º 0.3% 0.82% -
HSV(B) 255.56º 0.12% 0.87% -
XYZ 57.69 57.5 77.87 -
YUV 201.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 203 196 223 0.09 0.12 0 0.13 255.56 0.3 0.82
Hex CB C4 DF 9 C 0 D 100 1E 52
Octal 313 304 337 11 14 0 15 400 36 122
Binary 11001011 11000100 11011111 1001 1100 0 1101 100000000 11110 1010010

Color Harmonies of #CBC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC4DF

Black with #CBC4DF

Text Example


Text Example

White with #CBC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC4DF; }

 p { color: rgb(203,196,223); }

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

background-color css

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

 a { background-color: rgb(203,196,223); }

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

border-color css

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

 span { border-color: rgb(203,196,223); }

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