Html Css Color HEX #CBC4F2 Lavender Blue

📋 copy color: '#CBC4F2'

red 203 ◦ green 196 ◦ blue 242

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

Shades of Lavender Blue #CBC4F2

Tints of Lavender Blue #CBC4F2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.58%

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 31.67%
G = 30.58%
B = 37.75%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CBC4F2 (or 0xCBC4F2) is known color: Lavender Blue. HEX triplet: CB, C4 and F2. RGB value is (203,196,242). Sum of RGB (Red+Green+Blue) = 203+196+242=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBC4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4F2 is #343B0D. Grayscale: #CBCBCB. Windows color (decimal): -3422990 or 15910091. OLE color: 15910091.

HSL color Cylindrical-coordinate representation of color #CBC4F2: hue angle of 249.13º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBC4F2 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 196 242 -
CMYK 0.16 0.19 0 0.05
HSL 249.13º 0.64% 0.86% -
HSV(B) 249.13º 0.19% 0.95% -
XYZ 60.4 58.59 92.13 -
YUV 203.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 203 196 242 0.16 0.19 0 0.05 249.13 0.64 0.86
Hex CB C4 F2 10 13 0 5 F9 40 56
Octal 313 304 362 20 23 0 5 371 100 126
Binary 11001011 11000100 11110010 10000 10011 0 101 11111001 1000000 1010110

Color Harmonies of #CBC4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC4F2

Black with #CBC4F2

Text Example


Text Example

White with #CBC4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC4F2; }

 p { color: rgb(203,196,242); }

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

background-color css

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

 a { background-color: rgb(203,196,242); }

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

border-color css

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

 span { border-color: rgb(203,196,242); }

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