Html Css Color HEX #CBC6FF Lavender Blue

📋 copy color: '#CBC6FF'

red 203 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #CBC6FF

Tints of Lavender Blue #CBC6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.87%

R = 30.95%
G = 30.18%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBC6FF (or 0xCBC6FF) is known color: Lavender Blue. HEX triplet: CB, C6 and FF. RGB value is (203,198,255). Sum of RGB (Red+Green+Blue) = 203+198+255=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6FF is #343900. Grayscale: #CDCDCD. Windows color (decimal): -3422465 or 16762571. OLE color: 16762571.

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

Color convert

RGB 203 198 255 -
CMYK 0.20 0.22 0 0
HSL 245.26º 1% 0.89% -
HSV(B) 245.26º 0.22% 1% -
XYZ 62.87 60.3 102.93 -
YUV 205.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 203 198 255 0.20 0.22 0 0 245.26 1 0.89
Hex CB C6 FF 14 16 0 0 F5 64 59
Octal 313 306 377 24 26 0 0 365 144 131
Binary 11001011 11000110 11111111 10100 10110 0 0 11110101 1100100 1011001

Color Harmonies of #CBC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC6FF

Black with #CBC6FF

Text Example


Text Example

White with #CBC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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