#CBCFF0

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

Shades of Lavender Blue #CBCFF0

Tints of Lavender Blue #CBCFF0

Color information

#CBCFF0 (or 0xCBCFF0) is unknown color: approx Lavender Blue. HEX triplet: CB, CF and F0. RGB value is (203,207,240). Sum of RGB (Red+Green+Blue) = 203+207+240=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFF0 is #34300F. Grayscale: #D1D1D1. Windows color (decimal): -3420176 or 15781835. OLE color: 15781835.

HSL color Cylindrical-coordinate representation of color #CBCFF0: hue angle of 233.51º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCFF0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203207240-
CMYK0.150.1400.06
HSL233.51º55.22%86.86%-
HSV(B)233.51º15.42%94.12%-
XYZ62.6763.6191.41-
YUV209.57145.17123.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=31.23%
G=31.85%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032072400.150.1400.06233.5155.2286.86
HexCBCFF0FE06ea3757
Octal31331736017160635267127
Binary110010111100111111110000111111100110111010101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFF0; }

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

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

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

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

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

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

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

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