#CDCBF4

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

Shades of Lavender Blue #CDCBF4

Tints of Lavender Blue #CDCBF4

Color information

#CDCBF4 (or 0xCDCBF4) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and F4. RGB value is (205,203,244). Sum of RGB (Red+Green+Blue) = 205+203+244=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDCBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBF4 is #32340B. Grayscale: #D0D0D0. Windows color (decimal): -3290124 or 16042957. OLE color: 16042957.

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

Color convert

RGB205203244-
CMYK0.160.1700.04
HSL242.93º65.08%87.65%-
HSV(B)242.93º16.8%95.69%-
XYZ62.8662.2294.28-
YUV208.27148.16125.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.44%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=31.44%
G=31.13%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052032440.160.1700.04242.9365.0887.65
HexCDCBF4101104f34158
Octal315313364202104363101130
Binary110011011100101111110100100001000101001111001110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBF4; }

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

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

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

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

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

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

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

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