Html Css Color HEX #CABDF4 Melrose

📋 copy color: '#CABDF4'

red 202 ◦ green 189 ◦ blue 244

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

Shades of Melrose #CABDF4

Tints of Melrose #CABDF4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.76%

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

R = 31.81%
G = 29.76%
B = 38.43%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CABDF4 (or 0xCABDF4) is known color: Melrose. HEX triplet: CA, BD and F4. RGB value is (202,189,244). Sum of RGB (Red+Green+Blue) = 202+189+244=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #CABDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF4 is #35420B. Grayscale: #C6C6C6. Windows color (decimal): -3490316 or 16039370. OLE color: 16039370.

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

Color convert

RGB 202 189 244 -
CMYK 0.17 0.23 0 0.04
HSL 254.18º 0.71% 0.85% -
HSV(B) 254.18º 0.23% 0.96% -
XYZ 58.88 55.48 93.19 -
YUV 199.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 202 189 244 0.17 0.23 0 0.04 254.18 0.71 0.85
Hex CA BD F4 11 17 0 4 FE 47 55
Octal 312 275 364 21 27 0 4 376 107 125
Binary 11001010 10111101 11110100 10001 10111 0 100 11111110 1000111 1010101

Color Harmonies of #CABDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDF4

Black with #CABDF4

Text Example


Text Example

White with #CABDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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