Html Css Color HEX #CBC9FE Lavender Blue

📋 copy color: '#CBC9FE'

red 203 ◦ green 201 ◦ blue 254

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

Shades of Lavender Blue #CBC9FE

Tints of Lavender Blue #CBC9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 30.85%
G = 30.55%
B = 38.6%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBC9FE (or 0xCBC9FE) is known color: Lavender Blue. HEX triplet: CB, C9 and FE. RGB value is (203,201,254). Sum of RGB (Red+Green+Blue) = 203+201+254=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FE is #343601. Grayscale: #CFCFCF. Windows color (decimal): -3421698 or 16697803. OLE color: 16697803.

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

Color convert

RGB 203 201 254 -
CMYK 0.20 0.21 0 0.00
HSL 242.26º 0.96% 0.89% -
HSV(B) 242.26º 0.21% 1% -
XYZ 63.4 61.63 102.32 -
YUV 207.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 203 201 254 0.20 0.21 0 0.00 242.26 0.96 0.89
Hex CB C9 FE 14 15 0 0 F2 60 59
Octal 313 311 376 24 25 0 0 362 140 131
Binary 11001011 11001001 11111110 10100 10101 0 0 11110010 1100000 1011001

Color Harmonies of #CBC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9FE

Black with #CBC9FE

Text Example


Text Example

White with #CBC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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