Html Css Color HEX #CBC5FC Lavender Blue

📋 copy color: '#CBC5FC'

red 203 ◦ green 197 ◦ blue 252

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

Shades of Lavender Blue #CBC5FC

Tints of Lavender Blue #CBC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.21%

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 31.13%
G = 30.21%
B = 38.65%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBC5FC (or 0xCBC5FC) is known color: Lavender Blue. HEX triplet: CB, C5 and FC. RGB value is (203,197,252). Sum of RGB (Red+Green+Blue) = 203+197+252=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5FC is #343A03. Grayscale: #CCCCCC. Windows color (decimal): -3422724 or 16565707. OLE color: 16565707.

HSL color Cylindrical-coordinate representation of color #CBC5FC: hue angle of 246.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC5FC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 197 252 -
CMYK 0.19 0.22 0 0.01
HSL 246.55º 0.9% 0.88% -
HSV(B) 246.55º 0.22% 0.99% -
XYZ 62.17 59.66 100.33 -
YUV 205.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 203 197 252 0.19 0.22 0 0.01 246.55 0.9 0.88
Hex CB C5 FC 13 16 0 1 F7 5A 58
Octal 313 305 374 23 26 0 1 367 132 130
Binary 11001011 11000101 11111100 10011 10110 0 1 11110111 1011010 1011000

Color Harmonies of #CBC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5FC

Black with #CBC5FC

Text Example


Text Example

White with #CBC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5FC; }

 p { color: rgb(203,197,252); }

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

background-color css

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

 a { background-color: rgb(203,197,252); }

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

border-color css

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

 span { border-color: rgb(203,197,252); }

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