#CACFE5

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

Shades of Periwinkle #CACFE5

Tints of Periwinkle #CACFE5

Color information

#CACFE5 (or 0xCACFE5) is unknown color: approx Periwinkle. HEX triplet: CA, CF and E5. RGB value is (202,207,229). Sum of RGB (Red+Green+Blue) = 202+207+229=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFE5 is #35301A. Grayscale: #CFCFCF. Windows color (decimal): -3485723 or 15060938. OLE color: 15060938.

HSL color Cylindrical-coordinate representation of color #CACFE5: hue angle of 228.89º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACFE5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202207229-
CMYK0.120.1000.10
HSL228.89º34.18%84.51%-
HSV(B)228.89º11.79%89.8%-
XYZ60.8162.8483.05-
YUV208.01139.84123.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=31.66%
G=32.45%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022072290.120.1000.10228.8934.1884.51
HexCACFE5CA0Ae52255
Octal312317345141201234542125
Binary1100101011001111111001011100101001010111001011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFE5; }

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

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

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

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

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

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

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

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