Html Css Color HEX #CBAFF5 Melrose

📋 copy color: '#CBAFF5'

red 203 ◦ green 175 ◦ blue 245

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

Shades of Melrose #CBAFF5

Tints of Melrose #CBAFF5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.09%

 BLUE value IS 245 (96.09% from 255) = 39.33%

R = 32.58%
G = 28.09%
B = 39.33%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBAFF5 (or 0xCBAFF5) is known color: Melrose. HEX triplet: CB, AF and F5. RGB value is (203,175,245). Sum of RGB (Red+Green+Blue) = 203+175+245=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFF5 is #34500A. Grayscale: #BFBFBF. Windows color (decimal): -3428363 or 16101323. OLE color: 16101323.

HSL color Cylindrical-coordinate representation of color #CBAFF5: hue angle of 264º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAFF5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 175 245 -
CMYK 0.17 0.29 0 0.04
HSL 264º 0.78% 0.82% -
HSV(B) 264º 0.29% 0.96% -
XYZ 56.44 49.95 93.05 -
YUV 191.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 203 175 245 0.17 0.29 0 0.04 264 0.78 0.82
Hex CB AF F5 11 1D 0 4 108 4E 52
Octal 313 257 365 21 35 0 4 410 116 122
Binary 11001011 10101111 11110101 10001 11101 0 100 100001000 1001110 1010010

Color Harmonies of #CBAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFF5

Black with #CBAFF5

Text Example


Text Example

White with #CBAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFF5; }

 p { color: rgb(203,175,245); }

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

background-color css

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

 a { background-color: rgb(203,175,245); }

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

border-color css

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

 span { border-color: rgb(203,175,245); }

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