Html Css Color HEX #CBC1F7 Lavender Blue

📋 copy color: '#CBC1F7'

red 203 ◦ green 193 ◦ blue 247

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

Shades of Lavender Blue #CBC1F7

Tints of Lavender Blue #CBC1F7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.02%

 BLUE value IS 247 (96.88% from 255) = 38.41%

R = 31.57%
G = 30.02%
B = 38.41%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CBC1F7 (or 0xCBC1F7) is known color: Lavender Blue. HEX triplet: CB, C1 and F7. RGB value is (203,193,247). Sum of RGB (Red+Green+Blue) = 203+193+247=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBC1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1F7 is #343E08. Grayscale: #C9C9C9. Windows color (decimal): -3423753 or 16237003. OLE color: 16237003.

HSL color Cylindrical-coordinate representation of color #CBC1F7: hue angle of 251.11º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC1F7 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 193 247 -
CMYK 0.18 0.22 0 0.03
HSL 251.11º 0.77% 0.86% -
HSV(B) 251.11º 0.22% 0.97% -
XYZ 60.49 57.55 95.92 -
YUV 202.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 203 193 247 0.18 0.22 0 0.03 251.11 0.77 0.86
Hex CB C1 F7 12 16 0 3 FB 4D 56
Octal 313 301 367 22 26 0 3 373 115 126
Binary 11001011 11000001 11110111 10010 10110 0 11 11111011 1001101 1010110

Color Harmonies of #CBC1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC1F7

Black with #CBC1F7

Text Example


Text Example

White with #CBC1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC1F7; }

 p { color: rgb(203,193,247); }

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

background-color css

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

 a { background-color: rgb(203,193,247); }

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

border-color css

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

 span { border-color: rgb(203,193,247); }

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