#CACCE3

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

Shades of Periwinkle #CACCE3

Tints of Periwinkle #CACCE3

Color information

#CACCE3 (or 0xCACCE3) is unknown color: approx Periwinkle. HEX triplet: CA, CC and E3. RGB value is (202,204,227). Sum of RGB (Red+Green+Blue) = 202+204+227=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE3 is #35331C. Grayscale: #CDCDCD. Windows color (decimal): -3486493 or 14929098. OLE color: 14929098.

HSL color Cylindrical-coordinate representation of color #CACCE3: hue angle of 235.2º 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 #CACCE3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202204227-
CMYK0.110.1000.11
HSL235.2º30.86%84.12%-
HSV(B)235.2º11.01%89.02%-
XYZ59.8261.2981.35-
YUV206.02139.84125.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 227 (89.06% from 255) = 35.86%
R=31.91%
G=32.23%
B=35.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022042270.110.1000.11235.230.8684.12
HexCACCE3BA0Beb1f54
Octal312314343131201335337124
Binary110010101100110011100011101110100101111101011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCE3; }

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

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

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

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

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

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

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

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