#CACBE3

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

Shades of Periwinkle #CACBE3

Tints of Periwinkle #CACBE3

Color information

#CACBE3 (or 0xCACBE3) is unknown color: approx Periwinkle. HEX triplet: CA, CB and E3. RGB value is (202,203,227). Sum of RGB (Red+Green+Blue) = 202+203+227=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE3 is #35341C. Grayscale: #CDCDCD. Windows color (decimal): -3486749 or 14928842. OLE color: 14928842.

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

Color convert

RGB202203227-
CMYK0.110.1100.11
HSL237.6º30.86%84.12%-
HSV(B)237.6º11.01%89.02%-
XYZ59.5860.8181.27-
YUV205.44140.17125.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 227 (89.06% from 255) = 35.92%
R=31.96%
G=32.12%
B=35.92%

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
Decimal2022032270.110.1100.11237.630.8684.12
HexCACBE3BB0Bee1f54
Octal312313343131301335637124
Binary110010101100101111100011101110110101111101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBE3; }

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

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

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

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

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

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

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

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