#CACFE3

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

Shades of Periwinkle #CACFE3

Tints of Periwinkle #CACFE3

Color information

#CACFE3 (or 0xCACFE3) is unknown color: approx Periwinkle. HEX triplet: CA, CF and E3. RGB value is (202,207,227). Sum of RGB (Red+Green+Blue) = 202+207+227=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFE3 is #35301C. Grayscale: #CFCFCF. Windows color (decimal): -3485725 or 14929866. OLE color: 14929866.

HSL color Cylindrical-coordinate representation of color #CACFE3: hue angle of 228º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACFE3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202207227-
CMYK0.110.0900.11
HSL228º30.86%84.12%-
HSV(B)228º11.01%89.02%-
XYZ60.5462.7381.59-
YUV207.78138.84123.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=31.76%
G=32.55%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022072270.110.0900.1122830.8684.12
HexCACFE3B90Be41f54
Octal312317343131101334437124
Binary110010101100111111100011101110010101111100100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFE3; }

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

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

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

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

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

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

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

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