Html Css Color HEX #CABCEC Melrose

📋 copy color: '#CABCEC'

red 202 ◦ green 188 ◦ blue 236

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

Shades of Melrose #CABCEC

Tints of Melrose #CABCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.03%

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 32.27%
G = 30.03%
B = 37.7%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CABCEC (or 0xCABCEC) is known color: Melrose. HEX triplet: CA, BC and EC. RGB value is (202,188,236). Sum of RGB (Red+Green+Blue) = 202+188+236=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #CABCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCEC is #354313. Grayscale: #C5C5C5. Windows color (decimal): -3490580 or 15514826. OLE color: 15514826.

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

Color convert

RGB 202 188 236 -
CMYK 0.14 0.20 0 0.07
HSL 257.5º 0.56% 0.83% -
HSV(B) 257.5º 0.2% 0.93% -
XYZ 57.48 54.58 86.86 -
YUV 197.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 202 188 236 0.14 0.20 0 0.07 257.5 0.56 0.83
Hex CA BC EC E 14 0 7 102 38 53
Octal 312 274 354 16 24 0 7 402 70 123
Binary 11001010 10111100 11101100 1110 10100 0 111 100000010 111000 1010011

Color Harmonies of #CABCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCEC

Black with #CABCEC

Text Example


Text Example

White with #CABCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCEC; }

 p { color: rgb(202,188,236); }

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

background-color css

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

 a { background-color: rgb(202,188,236); }

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

border-color css

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

 span { border-color: rgb(202,188,236); }

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