Html Css Color HEX #CABDEB Melrose

📋 copy color: '#CABDEB'

red 202 ◦ green 189 ◦ blue 235

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

Shades of Melrose #CABDEB

Tints of Melrose #CABDEB

RGB

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

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

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

R = 32.27%
G = 30.19%
B = 37.54%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CABDEB (or 0xCABDEB) is known color: Melrose. HEX triplet: CA, BD and EB. RGB value is (202,189,235). Sum of RGB (Red+Green+Blue) = 202+189+235=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #CABDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDEB is #354214. Grayscale: #C5C5C5. Windows color (decimal): -3490325 or 15449546. OLE color: 15449546.

HSL color Cylindrical-coordinate representation of color #CABDEB: hue angle of 256.96º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABDEB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 189 235 -
CMYK 0.14 0.20 0 0.08
HSL 256.96º 0.53% 0.83% -
HSV(B) 256.96º 0.2% 0.92% -
XYZ 57.55 54.95 86.17 -
YUV 198.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 202 189 235 0.14 0.20 0 0.08 256.96 0.53 0.83
Hex CA BD EB E 14 0 8 101 35 53
Octal 312 275 353 16 24 0 10 401 65 123
Binary 11001010 10111101 11101011 1110 10100 0 1000 100000001 110101 1010011

Color Harmonies of #CABDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDEB

Black with #CABDEB

Text Example


Text Example

White with #CABDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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