#CDCAFE

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

Shades of Lavender Blue #CDCAFE

Tints of Lavender Blue #CDCAFE

Color information

#CDCAFE (or 0xCDCAFE) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and FE. RGB value is (205,202,254). Sum of RGB (Red+Green+Blue) = 205+202+254=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAFE is #323501. Grayscale: #D0D0D0. Windows color (decimal): -3290370 or 16698061. OLE color: 16698061.

HSL color Cylindrical-coordinate representation of color #CDCAFE: hue angle of 243.46º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDCAFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205202254-
CMYK0.190.2000.00
HSL243.46º96.3%89.41%-
HSV(B)243.46º20.47%99.61%-
XYZ64.1962.38102.42-
YUV208.82153.49125.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=31.01%
G=30.56%
B=38.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052022540.190.2000.00243.4696.389.41
HexCDCAFE131400f36059
Octal315312376232400363140131
Binary1100110111001010111111101001110100001111001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAFE; }

 p { color: rgb(205,202,254); }

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

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

 a { background-color: rgb(205,202,254); }

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

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

 span { border-color: rgb(205,202,254); }

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