Html Css Color HEX #CBBEFF Lavender Blue

📋 copy color: '#CBBEFF'

red 203 ◦ green 190 ◦ blue 255

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

Shades of Lavender Blue #CBBEFF

Tints of Lavender Blue #CBBEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.32%

 BLUE value IS 255 (100% from 255) = 39.35%

R = 31.33%
G = 29.32%
B = 39.35%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBBEFF (or 0xCBBEFF) is known color: Lavender Blue. HEX triplet: CB, BE and FF. RGB value is (203,190,255). Sum of RGB (Red+Green+Blue) = 203+190+255=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEFF is #344100. Grayscale: #C9C9C9. Windows color (decimal): -3424513 or 16760523. OLE color: 16760523.

HSL color Cylindrical-coordinate representation of color #CBBEFF: hue angle of 252º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBBEFF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 190 255 -
CMYK 0.20 0.25 0 0
HSL 252º 1% 0.87% -
HSV(B) 252º 0.25% 1% -
XYZ 61.09 56.74 102.34 -
YUV 201.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 203 190 255 0.20 0.25 0 0 252 1 0.87
Hex CB BE FF 14 19 0 0 FC 64 57
Octal 313 276 377 24 31 0 0 374 144 127
Binary 11001011 10111110 11111111 10100 11001 0 0 11111100 1100100 1010111

Color Harmonies of #CBBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEFF

Black with #CBBEFF

Text Example


Text Example

White with #CBBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEFF; }

 p { color: rgb(203,190,255); }

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

background-color css

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

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

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

border-color css

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

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

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