#CACCE4

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

Shades of Periwinkle #CACCE4

Tints of Periwinkle #CACCE4

Color information

#CACCE4 (or 0xCACCE4) is unknown color: approx Periwinkle. HEX triplet: CA, CC and E4. RGB value is (202,204,228). Sum of RGB (Red+Green+Blue) = 202+204+228=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #CACCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE4 is #35331B. Grayscale: #CECECE. Windows color (decimal): -3486492 or 14994634. OLE color: 14994634.

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

Color convert

RGB202204228-
CMYK0.110.1100.11
HSL235.38º32.5%84.31%-
HSV(B)235.38º11.4%89.41%-
XYZ59.9561.3482.08-
YUV206.14140.34125.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 228 (89.45% from 255) = 35.96%
R=31.86%
G=32.18%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022042280.110.1100.11235.3832.584.31
HexCACCE4BB0Beb2054
Octal312314344131301335340124
Binary1100101011001100111001001011101101011111010111000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCE4; }

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

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

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

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

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

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

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

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