#CBC0F4

Color #CBC0F4 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CBC0F4

Tints of Lavender Blue #CBC0F4

Color information

#CBC0F4 (or 0xCBC0F4) is unknown color: approx Lavender Blue. HEX triplet: CB, C0 and F4. RGB value is (203,192,244). Sum of RGB (Red+Green+Blue) = 203+192+244=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBC0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0F4 is #343F0B. Grayscale: #C9C9C9. Windows color (decimal): -3424012 or 16040139. OLE color: 16040139.

HSL color Cylindrical-coordinate representation of color #CBC0F4: hue angle of 252.69º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC0F4 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203192244-
CMYK0.170.2100.04
HSL252.69º70.27%85.49%-
HSV(B)252.69º21.31%95.69%-
XYZ59.8156.9393.42-
YUV201.22152.14129.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 192 (75.39% from 255) = 30.05%
BLUE value IS 244 (95.70% from 255) = 38.18%
R=31.77%
G=30.05%
B=38.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031922440.170.2100.04252.6970.2785.49
HexCBC0F4111504fd4655
Octal313300364212504375106125
Binary110010111100000011110100100011010101001111110110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0F4; }

 p { color: rgb(203,192,244); }

 H1.HeaderClassName
 {
   color: #CBC0F4;
 }
 .AnyTagClassName
 {
   color: #CBC0F4;
 }
</style>
background-color css

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

 a { background-color: rgb(203,192,244); }

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

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

 span { border-color: rgb(203,192,244); }

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