Html Css Color HEX #C8BDEE Melrose

📋 copy color: '#C8BDEE'

red 200 ◦ green 189 ◦ blue 238

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

Shades of Melrose #C8BDEE

Tints of Melrose #C8BDEE

RGB

 RED value IS 200 (78.52% from 255) = 31.9%

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

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

R = 31.9%
G = 30.14%
B = 37.96%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BDEE (or 0xC8BDEE) is known color: Melrose. HEX triplet: C8, BD and EE. RGB value is (200,189,238). Sum of RGB (Red+Green+Blue) = 200+189+238=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDEE is #374211. Grayscale: #C5C5C5. Windows color (decimal): -3621394 or 15646152. OLE color: 15646152.

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

Color convert

RGB 200 189 238 -
CMYK 0.16 0.21 0 0.07
HSL 253.47º 0.59% 0.84% -
HSV(B) 253.47º 0.21% 0.93% -
XYZ 57.45 54.85 88.45 -
YUV 197.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 200 189 238 0.16 0.21 0 0.07 253.47 0.59 0.84
Hex C8 BD EE 10 15 0 7 FD 3B 54
Octal 310 275 356 20 25 0 7 375 73 124
Binary 11001000 10111101 11101110 10000 10101 0 111 11111101 111011 1010100

Color Harmonies of #C8BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDEE

Black with #C8BDEE

Text Example


Text Example

White with #C8BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDEE; }

 p { color: rgb(200,189,238); }

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

background-color css

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

 a { background-color: rgb(200,189,238); }

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

border-color css

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

 span { border-color: rgb(200,189,238); }

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