Html Css Color HEX #CABFED Melrose

📋 copy color: '#CABFED'

red 202 ◦ green 191 ◦ blue 237

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

Shades of Melrose #CABFED

Tints of Melrose #CABFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 32.06%
G = 30.32%
B = 37.62%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CABFED (or 0xCABFED) is known color: Melrose. HEX triplet: CA, BF and ED. RGB value is (202,191,237). Sum of RGB (Red+Green+Blue) = 202+191+237=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #CABFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFED is #354012. Grayscale: #C7C7C7. Windows color (decimal): -3489811 or 15581130. OLE color: 15581130.

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

Color convert

RGB 202 191 237 -
CMYK 0.15 0.19 0 0.07
HSL 254.35º 0.56% 0.84% -
HSV(B) 254.35º 0.19% 0.93% -
XYZ 58.27 55.93 87.85 -
YUV 199.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 202 191 237 0.15 0.19 0 0.07 254.35 0.56 0.84
Hex CA BF ED F 13 0 7 FE 38 54
Octal 312 277 355 17 23 0 7 376 70 124
Binary 11001010 10111111 11101101 1111 10011 0 111 11111110 111000 1010100

Color Harmonies of #CABFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFED

Black with #CABFED

Text Example


Text Example

White with #CABFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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