Html Css Color HEX #CBCBEA Lavender Blue

📋 copy color: '#CBCBEA'

red 203 ◦ green 203 ◦ blue 234

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

Shades of Lavender Blue #CBCBEA

Tints of Lavender Blue #CBCBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.72%

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

R = 31.72%
G = 31.72%
B = 36.56%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBCBEA (or 0xCBCBEA) is known color: Lavender Blue. HEX triplet: CB, CB and EA. RGB value is (203,203,234). Sum of RGB (Red+Green+Blue) = 203+203+234=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBEA is #343415. Grayscale: #CECECE. Windows color (decimal): -3421206 or 15387595. OLE color: 15387595.

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

Color convert

RGB 203 203 234 -
CMYK 0.13 0.13 0 0.08
HSL 240º 0.42% 0.86% -
HSV(B) 240º 0.13% 0.92% -
XYZ 60.84 61.35 86.48 -
YUV 206.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 203 203 234 0.13 0.13 0 0.08 240 0.42 0.86
Hex CB CB EA D D 0 8 F0 2A 56
Octal 313 313 352 15 15 0 10 360 52 126
Binary 11001011 11001011 11101010 1101 1101 0 1000 11110000 101010 1010110

Color Harmonies of #CBCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCBEA

Black with #CBCBEA

Text Example


Text Example

White with #CBCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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