Html Css Color HEX #CBC7FB Lavender Blue

📋 copy color: '#CBC7FB'

red 203 ◦ green 199 ◦ blue 251

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

Shades of Lavender Blue #CBC7FB

Tints of Lavender Blue #CBC7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.47%

 BLUE value IS 251 (98.44% from 255) = 38.44%

R = 31.09%
G = 30.47%
B = 38.44%

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

#CBC7FB (or 0xCBC7FB) is known color: Lavender Blue. HEX triplet: CB, C7 and FB. RGB value is (203,199,251). Sum of RGB (Red+Green+Blue) = 203+199+251=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7FB is #343804. Grayscale: #CDCDCD. Windows color (decimal): -3422213 or 16500683. OLE color: 16500683.

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

Color convert

RGB 203 199 251 -
CMYK 0.19 0.21 0 0.02
HSL 244.62º 0.87% 0.88% -
HSV(B) 244.62º 0.21% 0.98% -
XYZ 62.46 60.51 99.65 -
YUV 206.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 203 199 251 0.19 0.21 0 0.02 244.62 0.87 0.88
Hex CB C7 FB 13 15 0 2 F5 57 58
Octal 313 307 373 23 25 0 2 365 127 130
Binary 11001011 11000111 11111011 10011 10101 0 10 11110101 1010111 1011000

Color Harmonies of #CBC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC7FB

Black with #CBC7FB

Text Example


Text Example

White with #CBC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC7FB; }

 p { color: rgb(203,199,251); }

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

background-color css

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

 a { background-color: rgb(203,199,251); }

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

border-color css

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

 span { border-color: rgb(203,199,251); }

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