Html Css Color HEX #CBC6FA Lavender Blue

📋 copy color: '#CBC6FA'

red 203 ◦ green 198 ◦ blue 250

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

Shades of Lavender Blue #CBC6FA

Tints of Lavender Blue #CBC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.41%

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 31.18%
G = 30.41%
B = 38.4%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBC6FA (or 0xCBC6FA) is known color: Lavender Blue. HEX triplet: CB, C6 and FA. RGB value is (203,198,250). Sum of RGB (Red+Green+Blue) = 203+198+250=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6FA is #343905. Grayscale: #CDCDCD. Windows color (decimal): -3422470 or 16434891. OLE color: 16434891.

HSL color Cylindrical-coordinate representation of color #CBC6FA: hue angle of 245.77º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC6FA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 198 250 -
CMYK 0.19 0.21 0 0.02
HSL 245.77º 0.84% 0.88% -
HSV(B) 245.77º 0.21% 0.98% -
XYZ 62.08 59.99 98.75 -
YUV 205.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 203 198 250 0.19 0.21 0 0.02 245.77 0.84 0.88
Hex CB C6 FA 13 15 0 2 F6 54 58
Octal 313 306 372 23 25 0 2 366 124 130
Binary 11001011 11000110 11111010 10011 10101 0 10 11110110 1010100 1011000

Color Harmonies of #CBC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC6FA

Black with #CBC6FA

Text Example


Text Example

White with #CBC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC6FA; }

 p { color: rgb(203,198,250); }

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

background-color css

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

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

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

border-color css

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

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

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