#CACCDF

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

Shades of Periwinkle #CACCDF

Tints of Periwinkle #CACCDF

Color information

#CACCDF (or 0xCACCDF) is unknown color: approx Periwinkle. HEX triplet: CA, CC and DF. RGB value is (202,204,223). Sum of RGB (Red+Green+Blue) = 202+204+223=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCDF is #353320. Grayscale: #CDCDCD. Windows color (decimal): -3486497 or 14666954. OLE color: 14666954.

HSL color Cylindrical-coordinate representation of color #CACCDF: hue angle of 234.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACCDF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202204223-
CMYK0.090.0900.13
HSL234.29º24.71%83.33%-
HSV(B)234.29º9.42%87.45%-
XYZ59.2761.0778.48-
YUV205.57137.84125.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=32.11%
G=32.43%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022042230.090.0900.13234.2924.7183.33
HexCACCDF990Dea1953
Octal312314337111101535231123
Binary110010101100110011011111100110010110111101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCDF; }

 p { color: rgb(202,204,223); }

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

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

 a { background-color: rgb(202,204,223); }

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

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

 span { border-color: rgb(202,204,223); }

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