#CACBE5

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

Shades of Periwinkle #CACBE5

Tints of Periwinkle #CACBE5

Color information

#CACBE5 (or 0xCACBE5) is unknown color: approx Periwinkle. HEX triplet: CA, CB and E5. RGB value is (202,203,229). Sum of RGB (Red+Green+Blue) = 202+203+229=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE5 is #35341A. Grayscale: #CDCDCD. Windows color (decimal): -3486747 or 15059914. OLE color: 15059914.

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

Color convert

RGB202203229-
CMYK0.120.1100.10
HSL237.78º34.18%84.51%-
HSV(B)237.78º11.79%89.8%-
XYZ59.8660.9382.73-
YUV205.66141.17125.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 229 (89.84% from 255) = 36.12%
R=31.86%
G=32.02%
B=36.12%

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
Decimal2022032290.120.1100.10237.7834.1884.51
HexCACBE5CB0Aee2255
Octal312313345141301235642125
Binary1100101011001011111001011100101101010111011101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBE5; }

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

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

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

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

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

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

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

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