Html Css Color HEX #CAB1EE Melrose

📋 copy color: '#CAB1EE'

red 202 ◦ green 177 ◦ blue 238

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

Shades of Melrose #CAB1EE

Tints of Melrose #CAB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.69%

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 32.74%
G = 28.69%
B = 38.57%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB1EE (or 0xCAB1EE) is known color: Melrose. HEX triplet: CA, B1 and EE. RGB value is (202,177,238). Sum of RGB (Red+Green+Blue) = 202+177+238=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1EE is #354E11. Grayscale: #BFBFBF. Windows color (decimal): -3493394 or 15643082. OLE color: 15643082.

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

Color convert

RGB 202 177 238 -
CMYK 0.15 0.26 0 0.07
HSL 264.59º 0.64% 0.81% -
HSV(B) 264.59º 0.26% 0.93% -
XYZ 55.51 50.17 87.65 -
YUV 191.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 202 177 238 0.15 0.26 0 0.07 264.59 0.64 0.81
Hex CA B1 EE F 1A 0 7 109 40 51
Octal 312 261 356 17 32 0 7 411 100 121
Binary 11001010 10110001 11101110 1111 11010 0 111 100001001 1000000 1010001

Color Harmonies of #CAB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1EE

Black with #CAB1EE

Text Example


Text Example

White with #CAB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1EE; }

 p { color: rgb(202,177,238); }

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

background-color css

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

 a { background-color: rgb(202,177,238); }

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

border-color css

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

 span { border-color: rgb(202,177,238); }

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