Html Css Color HEX #CAB8F4 Melrose

📋 copy color: '#CAB8F4'

red 202 ◦ green 184 ◦ blue 244

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

Shades of Melrose #CAB8F4

Tints of Melrose #CAB8F4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.21%

 BLUE value IS 244 (95.7% from 255) = 38.73%

R = 32.06%
G = 29.21%
B = 38.73%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAB8F4 (or 0xCAB8F4) is known color: Melrose. HEX triplet: CA, B8 and F4. RGB value is (202,184,244). Sum of RGB (Red+Green+Blue) = 202+184+244=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAB8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8F4 is #35470B. Grayscale: #C3C3C3. Windows color (decimal): -3491596 or 16038090. OLE color: 16038090.

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

Color convert

RGB 202 184 244 -
CMYK 0.17 0.25 0 0.04
HSL 258º 0.73% 0.84% -
HSV(B) 258º 0.25% 0.96% -
XYZ 57.83 53.37 92.84 -
YUV 196.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 202 184 244 0.17 0.25 0 0.04 258 0.73 0.84
Hex CA B8 F4 11 19 0 4 102 49 54
Octal 312 270 364 21 31 0 4 402 111 124
Binary 11001010 10111000 11110100 10001 11001 0 100 100000010 1001001 1010100

Color Harmonies of #CAB8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8F4

Black with #CAB8F4

Text Example


Text Example

White with #CAB8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8F4; }

 p { color: rgb(202,184,244); }

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

background-color css

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

 a { background-color: rgb(202,184,244); }

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

border-color css

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

 span { border-color: rgb(202,184,244); }

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