#CBCFF1

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

Shades of Lavender Blue #CBCFF1

Tints of Lavender Blue #CBCFF1

Color information

#CBCFF1 (or 0xCBCFF1) is unknown color: approx Lavender Blue. HEX triplet: CB, CF and F1. RGB value is (203,207,241). Sum of RGB (Red+Green+Blue) = 203+207+241=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFF1 is #34300E. Grayscale: #D1D1D1. Windows color (decimal): -3420175 or 15847371. OLE color: 15847371.

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

Color convert

RGB203207241-
CMYK0.160.1400.05
HSL233.68º57.58%87.06%-
HSV(B)233.68º15.77%94.51%-
XYZ62.8263.6792.2-
YUV209.68145.67123.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=31.18%
G=31.80%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032072410.160.1400.05233.6857.5887.06
HexCBCFF110E05ea3a57
Octal31331736120160535272127
Binary1100101111001111111100011000011100101111010101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFF1; }

 p { color: rgb(203,207,241); }

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

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

 a { background-color: rgb(203,207,241); }

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

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

 span { border-color: rgb(203,207,241); }

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