Html Css Color HEX #CABFE5 Melrose

📋 copy color: '#CABFE5'

red 202 ◦ green 191 ◦ blue 229

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

Shades of Melrose #CABFE5

Tints of Melrose #CABFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 30.71%

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 32.48%
G = 30.71%
B = 36.82%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CABFE5 (or 0xCABFE5) is known color: Melrose. HEX triplet: CA, BF and E5. RGB value is (202,191,229). Sum of RGB (Red+Green+Blue) = 202+191+229=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #CABFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE5 is #35401A. Grayscale: #C6C6C6. Windows color (decimal): -3489819 or 15056842. OLE color: 15056842.

HSL color Cylindrical-coordinate representation of color #CABFE5: hue angle of 257.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABFE5 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 191 229 -
CMYK 0.12 0.17 0 0.10
HSL 257.37º 0.42% 0.82% -
HSV(B) 257.37º 0.17% 0.9% -
XYZ 57.13 55.48 81.83 -
YUV 198.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 202 191 229 0.12 0.17 0 0.10 257.37 0.42 0.82
Hex CA BF E5 C 11 0 A 101 2A 52
Octal 312 277 345 14 21 0 12 401 52 122
Binary 11001010 10111111 11100101 1100 10001 0 1010 100000001 101010 1010010

Color Harmonies of #CABFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFE5

Black with #CABFE5

Text Example


Text Example

White with #CABFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFE5; }

 p { color: rgb(202,191,229); }

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

background-color css

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

 a { background-color: rgb(202,191,229); }

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

border-color css

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

 span { border-color: rgb(202,191,229); }

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