#CACCE5

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

Shades of Periwinkle #CACCE5

Tints of Periwinkle #CACCE5

Color information

#CACCE5 (or 0xCACCE5) is unknown color: approx Periwinkle. HEX triplet: CA, CC and E5. RGB value is (202,204,229). Sum of RGB (Red+Green+Blue) = 202+204+229=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE5 is #35331A. Grayscale: #CECECE. Windows color (decimal): -3486491 or 15060170. OLE color: 15060170.

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

Color convert

RGB202204229-
CMYK0.120.1100.10
HSL235.56º34.18%84.51%-
HSV(B)235.56º11.79%89.8%-
XYZ60.0961.482.81-
YUV206.25140.84124.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 229 (89.84% from 255) = 36.06%
R=31.81%
G=32.13%
B=36.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022042290.120.1100.10235.5634.1884.51
HexCACCE5CB0Aec2255
Octal312314345141301235442125
Binary1100101011001100111001011100101101010111011001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCE5; }

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

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

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

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

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

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

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

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