Html Css Color HEX #CBBDDF Melrose

📋 copy color: '#CBBDDF'

red 203 ◦ green 189 ◦ blue 223

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

Shades of Melrose #CBBDDF

Tints of Melrose #CBBDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.73%

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

R = 33.01%
G = 30.73%
B = 36.26%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBBDDF (or 0xCBBDDF) is known color: Melrose. HEX triplet: CB, BD and DF. RGB value is (203,189,223). Sum of RGB (Red+Green+Blue) = 203+189+223=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDDF is #344220. Grayscale: #C4C4C4. Windows color (decimal): -3424801 or 14663115. OLE color: 14663115.

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

Color convert

RGB 203 189 223 -
CMYK 0.09 0.15 0 0.13
HSL 264.71º 0.35% 0.81% -
HSV(B) 264.71º 0.15% 0.87% -
XYZ 56.15 54.42 77.36 -
YUV 197.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 203 189 223 0.09 0.15 0 0.13 264.71 0.35 0.81
Hex CB BD DF 9 F 0 D 109 23 51
Octal 313 275 337 11 17 0 15 411 43 121
Binary 11001011 10111101 11011111 1001 1111 0 1101 100001001 100011 1010001

Color Harmonies of #CBBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDDF

Black with #CBBDDF

Text Example


Text Example

White with #CBBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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