Html Css Color HEX #CBC5FA Lavender Blue

📋 copy color: '#CBC5FA'

red 203 ◦ green 197 ◦ blue 250

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

Shades of Lavender Blue #CBC5FA

Tints of Lavender Blue #CBC5FA

RGB

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

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

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

R = 31.23%
G = 30.31%
B = 38.46%

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

#CBC5FA (or 0xCBC5FA) is known color: Lavender Blue. HEX triplet: CB, C5 and FA. RGB value is (203,197,250). Sum of RGB (Red+Green+Blue) = 203+197+250=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5FA is #343A05. Grayscale: #CCCCCC. Windows color (decimal): -3422726 or 16434635. OLE color: 16434635.

HSL color Cylindrical-coordinate representation of color #CBC5FA: hue angle of 246.79º 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 #CBC5FA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 197 250 -
CMYK 0.19 0.21 0 0.02
HSL 246.79º 0.84% 0.88% -
HSV(B) 246.79º 0.21% 0.98% -
XYZ 61.85 59.53 98.67 -
YUV 204.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 203 197 250 0.19 0.21 0 0.02 246.79 0.84 0.88
Hex CB C5 FA 13 15 0 2 F7 54 58
Octal 313 305 372 23 25 0 2 367 124 130
Binary 11001011 11000101 11111010 10011 10101 0 10 11110111 1010100 1011000

Color Harmonies of #CBC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5FA

Black with #CBC5FA

Text Example


Text Example

White with #CBC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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