Html Css Color HEX #CBC9FA Lavender Blue

📋 copy color: '#CBC9FA'

red 203 ◦ green 201 ◦ blue 250

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

Shades of Lavender Blue #CBC9FA

Tints of Lavender Blue #CBC9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.73%

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

R = 31.04%
G = 30.73%
B = 38.23%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBC9FA (or 0xCBC9FA) is known color: Lavender Blue. HEX triplet: CB, C9 and FA. RGB value is (203,201,250). Sum of RGB (Red+Green+Blue) = 203+201+250=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FA is #343605. Grayscale: #CECECE. Windows color (decimal): -3421702 or 16435659. OLE color: 16435659.

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

Color convert

RGB 203 201 250 -
CMYK 0.19 0.20 0 0.02
HSL 242.45º 0.83% 0.88% -
HSV(B) 242.45º 0.2% 0.98% -
XYZ 62.77 61.37 98.98 -
YUV 207.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 203 201 250 0.19 0.20 0 0.02 242.45 0.83 0.88
Hex CB C9 FA 13 14 0 2 F2 53 58
Octal 313 311 372 23 24 0 2 362 123 130
Binary 11001011 11001001 11111010 10011 10100 0 10 11110010 1010011 1011000

Color Harmonies of #CBC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9FA

Black with #CBC9FA

Text Example


Text Example

White with #CBC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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