Html Css Color HEX #CBC6FE Lavender Blue

📋 copy color: '#CBC6FE'

red 203 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #CBC6FE

Tints of Lavender Blue #CBC6FE

RGB

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

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

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

R = 30.99%
G = 30.23%
B = 38.78%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBC6FE (or 0xCBC6FE) is known color: Lavender Blue. HEX triplet: CB, C6 and FE. RGB value is (203,198,254). Sum of RGB (Red+Green+Blue) = 203+198+254=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6FE is #343901. Grayscale: #CDCDCD. Windows color (decimal): -3422466 or 16697035. OLE color: 16697035.

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

Color convert

RGB 203 198 254 -
CMYK 0.20 0.22 0 0.00
HSL 245.36º 0.97% 0.89% -
HSV(B) 245.36º 0.22% 1% -
XYZ 62.71 60.24 102.09 -
YUV 205.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 203 198 254 0.20 0.22 0 0.00 245.36 0.97 0.89
Hex CB C6 FE 14 16 0 0 F5 61 59
Octal 313 306 376 24 26 0 0 365 141 131
Binary 11001011 11000110 11111110 10100 10110 0 0 11110101 1100001 1011001

Color Harmonies of #CBC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC6FE

Black with #CBC6FE

Text Example


Text Example

White with #CBC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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