Html Css Color HEX #CABFEE Melrose

📋 copy color: '#CABFEE'

red 202 ◦ green 191 ◦ blue 238

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

Shades of Melrose #CABFEE

Tints of Melrose #CABFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 32.01%
G = 30.27%
B = 37.72%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CABFEE (or 0xCABFEE) is known color: Melrose. HEX triplet: CA, BF and EE. RGB value is (202,191,238). Sum of RGB (Red+Green+Blue) = 202+191+238=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #CABFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFEE is #354011. Grayscale: #C7C7C7. Windows color (decimal): -3489810 or 15646666. OLE color: 15646666.

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

Color convert

RGB 202 191 238 -
CMYK 0.15 0.20 0 0.07
HSL 254.04º 0.58% 0.84% -
HSV(B) 254.04º 0.2% 0.93% -
XYZ 58.42 55.99 88.62 -
YUV 199.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 202 191 238 0.15 0.20 0 0.07 254.04 0.58 0.84
Hex CA BF EE F 14 0 7 FE 3A 54
Octal 312 277 356 17 24 0 7 376 72 124
Binary 11001010 10111111 11101110 1111 10100 0 111 11111110 111010 1010100

Color Harmonies of #CABFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFEE

Black with #CABFEE

Text Example


Text Example

White with #CABFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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