Html Css Color HEX #CAB2F3 Melrose

📋 copy color: '#CAB2F3'

red 202 ◦ green 178 ◦ blue 243

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

Shades of Melrose #CAB2F3

Tints of Melrose #CAB2F3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.57%

 BLUE value IS 243 (95.31% from 255) = 39%

R = 32.42%
G = 28.57%
B = 39%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAB2F3 (or 0xCAB2F3) is known color: Melrose. HEX triplet: CA, B2 and F3. RGB value is (202,178,243). Sum of RGB (Red+Green+Blue) = 202+178+243=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAB2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2F3 is #354D0C. Grayscale: #C0C0C0. Windows color (decimal): -3493133 or 15971018. OLE color: 15971018.

HSL color Cylindrical-coordinate representation of color #CAB2F3: hue angle of 262.15º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB2F3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 178 243 -
CMYK 0.17 0.27 0 0.05
HSL 262.15º 0.73% 0.83% -
HSV(B) 262.15º 0.27% 0.95% -
XYZ 56.46 50.87 91.64 -
YUV 192.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 202 178 243 0.17 0.27 0 0.05 262.15 0.73 0.83
Hex CA B2 F3 11 1B 0 5 106 49 53
Octal 312 262 363 21 33 0 5 406 111 123
Binary 11001010 10110010 11110011 10001 11011 0 101 100000110 1001001 1010011

Color Harmonies of #CAB2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2F3

Black with #CAB2F3

Text Example


Text Example

White with #CAB2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2F3; }

 p { color: rgb(202,178,243); }

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

background-color css

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

 a { background-color: rgb(202,178,243); }

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

border-color css

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

 span { border-color: rgb(202,178,243); }

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