Html Css Color HEX #CAB4ED Melrose

📋 copy color: '#CAB4ED'

red 202 ◦ green 180 ◦ blue 237

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

Shades of Melrose #CAB4ED

Tints of Melrose #CAB4ED

RGB

 RED value IS 202 (79.3% from 255) = 32.63%

 GREEN value IS 180 (70.7% from 255) = 29.08%

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 32.63%
G = 29.08%
B = 38.29%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB4ED (or 0xCAB4ED) is known color: Melrose. HEX triplet: CA, B4 and ED. RGB value is (202,180,237). Sum of RGB (Red+Green+Blue) = 202+180+237=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4ED is #354B12. Grayscale: #C0C0C0. Windows color (decimal): -3492627 or 15578314. OLE color: 15578314.

HSL color Cylindrical-coordinate representation of color #CAB4ED: hue angle of 263.16º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB4ED is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 180 237 -
CMYK 0.15 0.24 0 0.07
HSL 263.16º 0.61% 0.82% -
HSV(B) 263.16º 0.24% 0.93% -
XYZ 55.96 51.31 87.08 -
YUV 193.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 202 180 237 0.15 0.24 0 0.07 263.16 0.61 0.82
Hex CA B4 ED F 18 0 7 107 3D 52
Octal 312 264 355 17 30 0 7 407 75 122
Binary 11001010 10110100 11101101 1111 11000 0 111 100000111 111101 1010010

Color Harmonies of #CAB4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4ED

Black with #CAB4ED

Text Example


Text Example

White with #CAB4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4ED; }

 p { color: rgb(202,180,237); }

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

background-color css

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

 a { background-color: rgb(202,180,237); }

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

border-color css

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

 span { border-color: rgb(202,180,237); }

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