Html Css Color HEX #CABFEB Melrose

📋 copy color: '#CABFEB'

red 202 ◦ green 191 ◦ blue 235

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

Shades of Melrose #CABFEB

Tints of Melrose #CABFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 32.17%
G = 30.41%
B = 37.42%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CABFEB (or 0xCABFEB) is known color: Melrose. HEX triplet: CA, BF and EB. RGB value is (202,191,235). Sum of RGB (Red+Green+Blue) = 202+191+235=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #CABFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFEB is #354014. Grayscale: #C7C7C7. Windows color (decimal): -3489813 or 15450058. OLE color: 15450058.

HSL color Cylindrical-coordinate representation of color #CABFEB: hue angle of 255º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABFEB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 191 235 -
CMYK 0.14 0.19 0 0.08
HSL 255º 0.52% 0.84% -
HSV(B) 255º 0.19% 0.92% -
XYZ 57.98 55.82 86.31 -
YUV 199.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 202 191 235 0.14 0.19 0 0.08 255 0.52 0.84
Hex CA BF EB E 13 0 8 FF 34 54
Octal 312 277 353 16 23 0 10 377 64 124
Binary 11001010 10111111 11101011 1110 10011 0 1000 11111111 110100 1010100

Color Harmonies of #CABFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFEB

Black with #CABFEB

Text Example


Text Example

White with #CABFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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