Html Css Color HEX #CBC2EE Melrose

📋 copy color: '#CBC2EE'

red 203 ◦ green 194 ◦ blue 238

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

Shades of Melrose #CBC2EE

Tints of Melrose #CBC2EE

RGB

 RED value IS 203 (79.69% from 255) = 31.97%

 GREEN value IS 194 (76.17% from 255) = 30.55%

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

R = 31.97%
G = 30.55%
B = 37.48%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBC2EE (or 0xCBC2EE) is known color: Melrose. HEX triplet: CB, C2 and EE. RGB value is (203,194,238). Sum of RGB (Red+Green+Blue) = 203+194+238=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2EE is #343D11. Grayscale: #C9C9C9. Windows color (decimal): -3423506 or 15647435. OLE color: 15647435.

HSL color Cylindrical-coordinate representation of color #CBC2EE: hue angle of 252.27º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC2EE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 194 238 -
CMYK 0.15 0.18 0 0.07
HSL 252.27º 0.56% 0.85% -
HSV(B) 252.27º 0.18% 0.93% -
XYZ 59.35 57.45 88.85 -
YUV 201.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 203 194 238 0.15 0.18 0 0.07 252.27 0.56 0.85
Hex CB C2 EE F 12 0 7 FC 38 55
Octal 313 302 356 17 22 0 7 374 70 125
Binary 11001011 11000010 11101110 1111 10010 0 111 11111100 111000 1010101

Color Harmonies of #CBC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2EE

Black with #CBC2EE

Text Example


Text Example

White with #CBC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2EE; }

 p { color: rgb(203,194,238); }

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

background-color css

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

 a { background-color: rgb(203,194,238); }

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

border-color css

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

 span { border-color: rgb(203,194,238); }

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