Html Css Color HEX #CBC8EA Lavender Blue

📋 copy color: '#CBC8EA'

red 203 ◦ green 200 ◦ blue 234

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

Shades of Lavender Blue #CBC8EA

Tints of Lavender Blue #CBC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.4%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 31.87%
G = 31.4%
B = 36.73%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC8EA (or 0xCBC8EA) is known color: Lavender Blue. HEX triplet: CB, C8 and EA. RGB value is (203,200,234). Sum of RGB (Red+Green+Blue) = 203+200+234=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8EA is #343715. Grayscale: #CCCCCC. Windows color (decimal): -3421974 or 15386827. OLE color: 15386827.

HSL color Cylindrical-coordinate representation of color #CBC8EA: hue angle of 245.29º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC8EA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 200 234 -
CMYK 0.13 0.15 0 0.08
HSL 245.29º 0.45% 0.85% -
HSV(B) 245.29º 0.15% 0.92% -
XYZ 60.13 59.95 86.24 -
YUV 204.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 203 200 234 0.13 0.15 0 0.08 245.29 0.45 0.85
Hex CB C8 EA D F 0 8 F5 2D 55
Octal 313 310 352 15 17 0 10 365 55 125
Binary 11001011 11001000 11101010 1101 1111 0 1000 11110101 101101 1010101

Color Harmonies of #CBC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC8EA

Black with #CBC8EA

Text Example


Text Example

White with #CBC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC8EA; }

 p { color: rgb(203,200,234); }

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

background-color css

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

 a { background-color: rgb(203,200,234); }

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

border-color css

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

 span { border-color: rgb(203,200,234); }

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