#CACFE9

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

Shades of Periwinkle #CACFE9

Tints of Periwinkle #CACFE9

Color information

#CACFE9 (or 0xCACFE9) is unknown color: approx Periwinkle. HEX triplet: CA, CF and E9. RGB value is (202,207,233). Sum of RGB (Red+Green+Blue) = 202+207+233=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #CACFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFE9 is #353016. Grayscale: #D0D0D0. Windows color (decimal): -3485719 or 15323082. OLE color: 15323082.

HSL color Cylindrical-coordinate representation of color #CACFE9: hue angle of 230.32º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACFE9 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202207233-
CMYK0.130.1100.09
HSL230.32º41.33%85.29%-
HSV(B)230.32º13.3%91.37%-
XYZ61.3863.0786.03-
YUV208.47141.84123.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=31.46%
G=32.24%
B=36.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022072330.130.1100.09230.3241.3385.29
HexCACFE9DB09e62955
Octal312317351151301134651125
Binary1100101011001111111010011101101101001111001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFE9; }

 p { color: rgb(202,207,233); }

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

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

 a { background-color: rgb(202,207,233); }

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

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

 span { border-color: rgb(202,207,233); }

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