Html Css Color HEX #CBC5EE Lavender Blue

📋 copy color: '#CBC5EE'

red 203 ◦ green 197 ◦ blue 238

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

Shades of Lavender Blue #CBC5EE

Tints of Lavender Blue #CBC5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.88%

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

R = 31.82%
G = 30.88%
B = 37.3%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBC5EE (or 0xCBC5EE) is known color: Lavender Blue. HEX triplet: CB, C5 and EE. RGB value is (203,197,238). Sum of RGB (Red+Green+Blue) = 203+197+238=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5EE is #343A11. Grayscale: #CBCBCB. Windows color (decimal): -3422738 or 15648203. OLE color: 15648203.

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

Color convert

RGB 203 197 238 -
CMYK 0.15 0.17 0 0.07
HSL 248.78º 0.55% 0.85% -
HSV(B) 248.78º 0.17% 0.93% -
XYZ 60.03 58.8 89.08 -
YUV 203.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 203 197 238 0.15 0.17 0 0.07 248.78 0.55 0.85
Hex CB C5 EE F 11 0 7 F9 37 55
Octal 313 305 356 17 21 0 7 371 67 125
Binary 11001011 11000101 11101110 1111 10001 0 111 11111001 110111 1010101

Color Harmonies of #CBC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5EE

Black with #CBC5EE

Text Example


Text Example

White with #CBC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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