#CDCFF1

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

Shades of Lavender Blue #CDCFF1

Tints of Lavender Blue #CDCFF1

Color information

#CDCFF1 (or 0xCDCFF1) is unknown color: approx Lavender Blue. HEX triplet: CD, CF and F1. RGB value is (205,207,241). Sum of RGB (Red+Green+Blue) = 205+207+241=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFF1 is #32300E. Grayscale: #D2D2D2. Windows color (decimal): -3289103 or 15847373. OLE color: 15847373.

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

Color convert

RGB205207241-
CMYK0.150.1400.05
HSL236.67º56.25%87.45%-
HSV(B)236.67º14.94%94.51%-
XYZ63.3763.9692.22-
YUV210.28145.34124.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=31.39%
G=31.70%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052072410.150.1400.05236.6756.2587.45
HexCDCFF1FE05ed3857
Octal31531736117160535570127
Binary110011011100111111110001111111100101111011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFF1; }

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

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

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

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

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

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

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

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